diff options
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 |

