[libcxx-commits] [PATCH] D61954: Ensure that hash<basic_string> uses char_traits (41876)

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 15 13:32:22 PDT 2019


mclow.lists added inline comments.


================
Comment at: test/std/strings/basic.string.hash/char_type_hash.fail.cpp:24
+    typedef int       int_type;
+    typedef streamoff off_type;
+    typedef streampos pos_type;
----------------
these may need `std::` qualifications


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61954/new/

https://reviews.llvm.org/D61954





More information about the libcxx-commits mailing list