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