OSDN Git Service

2009-10-29 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2009 19:45:36 +0000 (19:45 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Oct 2009 19:45:36 +0000 (19:45 +0000)
* 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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/pair/40925.cc

index 1903324..2f3f9dc 100644 (file)
@@ -1,5 +1,9 @@
 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
index d490723..491235d 100644 (file)
 // 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