commit | 780b51df1de3edc87c988964de00971d646c8c19 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Wed Dec 28 05:53:01 2016 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Wed Dec 28 05:53:01 2016 +0000 |
tree | 260a6c7f42857715ace00f03b01b36c212733977 | |
parent | 14bd0bf00811bd1a151c6559a14b53cd0c039b68 [diff] [blame] |
Add tests for unordered container tests and std::string llvm-svn: 290655
diff --git a/libcxx/include/unordered_map b/libcxx/include/unordered_map index 50be81e..dc8db80 100644 --- a/libcxx/include/unordered_map +++ b/libcxx/include/unordered_map
@@ -1099,7 +1099,7 @@ _LIBCPP_INLINE_VISIBILITY void swap(unordered_map& __u) _NOEXCEPT_(__is_nothrow_swappable<__table>::value) - {__table_.swap(__u.__table_);} + { __table_.swap(__u.__table_);} _LIBCPP_INLINE_VISIBILITY hasher hash_function() const