* testsuite/20_util/pair/40925.cc: Minor comment fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153727
138bc75d-0d04-0410-961f-
82ee72b054a4
2009-10-29 Paolo Carlini <paolo.carlini@oracle.com>
+ * testsuite/20_util/pair/40925.cc: Minor comment fix.
+
+2009-10-29 Paolo Carlini <paolo.carlini@oracle.com>
+
PR libstdc++/40925
* include/bits/stl_pair.h (pair<_T1, _T2>::pair(_U1&&, _U2&&)):
Use enable_if to remove it from the overload set when either _U1
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
-// NOTE: This makes use of the fact that we know how moveable
-// is implemented on pair, and also vector. If the implementation
-// changes this test may begin to fail.
-
#include <utility>
struct X