Fix the definitions of 'reference' and 'pointer' in string_view that no one uses...
authorMarshall Clow <mclow.lists@gmail.com>
Wed, 20 Dec 2017 16:31:40 +0000 (16:31 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Wed, 20 Dec 2017 16:31:40 +0000 (16:31 +0000)
commit7d661bb24882ac7ef724860eae9dbaa9bcd4fbd6
treee614f38defef9fd5b4f883a6dc9b016138e1b607
parenta32ddc463965498df32e86b2b3b23047af262bcd
Fix the definitions of 'reference' and 'pointer' in string_view that no one uses :-). Thanks to K-ballo for the catch.

llvm-svn: 321188
libcxx/include/string_view
libcxx/test/std/strings/string.view/types.pass.cpp [new file with mode: 0644]