[libc++][NFC] Add error messages to a couple of static_asserts in span
authorLouis Dionne <ldionne@apple.com>
Wed, 3 Oct 2018 21:36:16 +0000 (21:36 +0000)
committerLouis Dionne <ldionne@apple.com>
Wed, 3 Oct 2018 21:36:16 +0000 (21:36 +0000)
commit98faa3976da78974bb53515c038ac8183f7f2593
tree6aed55cb2bfa150ec2ced4f4fa8d635631c85181
parent9d224346b2a73f7f0d30fdf593e1975f7bc202a3
[libc++][NFC] Add error messages to a couple of static_asserts in span

Summary:
Add error messages to a couple of static_asserts in span to match the
style used in the rest of the file. Also fix an extra paren typo in a
assert error message.

Committed on behalf of Jason Lovett.

Reviewers: ldionne

Subscribers: libcxx-commits

Differential Revision: https://reviews.llvm.org/D52841

llvm-svn: 343725
libcxx/include/span