summaryrefslogtreecommitdiffstats
path: root/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_vector.h
diff options
context:
space:
mode:
Diffstat (limited to '8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_vector.h')
-rw-r--r--8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_vector.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_vector.h b/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_vector.h
index 6871bb0..363c630 100644
--- a/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_vector.h
+++ b/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_vector.h
@@ -939,11 +939,7 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD_D)
* std::swap(v1,v2) will feed to this function.
*/
void
-#ifdef __GXX_EXPERIMENTAL_CXX0X__
- swap(vector&& __x)
-#else
swap(vector& __x)
-#endif
{
std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish);