summaryrefslogtreecommitdiffstats
path: root/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_map.h
diff options
context:
space:
mode:
Diffstat (limited to '8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_map.h')
-rw-r--r--8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_map.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_map.h b/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_map.h
index 90e5239..c9f3e71 100644
--- a/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_map.h
+++ b/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_map.h
@@ -608,11 +608,7 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD_D)
* that std::swap(m1,m2) will feed to this function.
*/
void
-#ifdef __GXX_EXPERIMENTAL_CXX0X__
- swap(map&& __x)
-#else
swap(map& __x)
-#endif
{ _M_t.swap(__x._M_t); }
/**