From 28a371ae13e22365d9d46b2ec4222b15bd82fe43 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 29 Oct 2009 19:45:36 +0000 Subject: 40925.cc: Minor comment fix. 2009-10-29 Paolo Carlini * testsuite/20_util/pair/40925.cc: Minor comment fix. From-SVN: r153727 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/testsuite/20_util/pair/40925.cc | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1903324..2f3f9dc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2009-10-29 Paolo Carlini + * testsuite/20_util/pair/40925.cc: Minor comment fix. + +2009-10-29 Paolo Carlini + 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 diff --git a/libstdc++-v3/testsuite/20_util/pair/40925.cc b/libstdc++-v3/testsuite/20_util/pair/40925.cc index d490723..491235d 100644 --- a/libstdc++-v3/testsuite/20_util/pair/40925.cc +++ b/libstdc++-v3/testsuite/20_util/pair/40925.cc @@ -18,10 +18,6 @@ // with this library; see the file COPYING3. If not see // . -// 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 struct X -- cgit v1.1