summaryrefslogtreecommitdiffstats
path: root/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_bvector.h
diff options
context:
space:
mode:
Diffstat (limited to '8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_bvector.h')
-rw-r--r--8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_bvector.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_bvector.h b/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_bvector.h
index 0e60b7f..87dbb0b 100644
--- a/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_bvector.h
+++ b/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/stl_bvector.h
@@ -743,11 +743,7 @@ template<typename _Alloc>
}
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);