From 28a371ae13e22365d9d46b2ec4222b15bd82fe43 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 29 Oct 2009 19:45:36 +0000 Subject: [PATCH] 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(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 19033242f7e..2f3f9dca8c3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2009-10-29 Paolo Carlini + + * testsuite/20_util/pair/40925.cc: Minor comment fix. + 2009-10-29 Paolo Carlini PR libstdc++/40925 diff --git a/libstdc++-v3/testsuite/20_util/pair/40925.cc b/libstdc++-v3/testsuite/20_util/pair/40925.cc index d4907231c7e..491235d6e0b 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