Provide hashers for string_view only if they are using the default char_traits. Seen...
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 27 Jun 2019 14:18:32 +0000 (14:18 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 27 Jun 2019 14:18:32 +0000 (14:18 +0000)
commit931843023707c0927279e0ad2533dd452b42806c
treee47d722cf766f5ff923e73e9510ff3b0849d210f
parent157b073fa54eb7ca30774726754fd4859c236177
Provide hashers for string_view only if they are using the default char_traits. Seen on SO: test/std/strings/string.view/string.view.hash/char_type.hash.fail.cpp

llvm-svn: 364545
libcxx/include/string_view
libcxx/test/std/strings/basic.string.hash/char_type_hash.fail.cpp
libcxx/test/std/strings/string.view/string.view.hash/char_type.hash.fail.cpp [new file with mode: 0644]