diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-12-28 05:53:01 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-12-28 05:53:01 +0000 |
| commit | 780b51df1de3edc87c988964de00971d646c8c19 (patch) | |
| tree | 260a6c7f42857715ace00f03b01b36c212733977 /libcxx/include/unordered_map | |
| parent | 14bd0bf00811bd1a151c6559a14b53cd0c039b68 (diff) | |
| download | bcm5719-llvm-780b51df1de3edc87c988964de00971d646c8c19.tar.gz bcm5719-llvm-780b51df1de3edc87c988964de00971d646c8c19.zip | |
Add tests for unordered container tests and std::string
llvm-svn: 290655
Diffstat (limited to 'libcxx/include/unordered_map')
| -rw-r--r-- | libcxx/include/unordered_map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/unordered_map b/libcxx/include/unordered_map index 50be81e461f..dc8db808519 100644 --- a/libcxx/include/unordered_map +++ b/libcxx/include/unordered_map @@ -1099,7 +1099,7 @@ public: _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 |

