aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <paolo@gcc.gnu.org>2011-10-26 18:04:57 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2011-10-26 18:04:57 +0000
commit7f808caddae18d281e190566e6f49e3417d99926 (patch)
tree80c92b2308cce616bd727048796f96d944f0e0f7
parentc5ce25ce936111be5585cd18f882b0730ab2f787 (diff)
downloadgcc-7f808caddae18d281e190566e6f49e3417d99926.zip
gcc-7f808caddae18d281e190566e6f49e3417d99926.tar.gz
gcc-7f808caddae18d281e190566e6f49e3417d99926.tar.bz2
2011-10-26 Paolo Carlini <paolo.carlini@oracle.com>
* Tweak last ChangeLog entry. From-SVN: r180532
-rw-r--r--libstdc++-v3/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3b4b11d..1a7d157 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -4,7 +4,8 @@
unused native_handle_type typedef.
* src/condition_variable.cc (condition_variable): Add missing noexcept
specifications.
- * 30_threads/condition_variable_any/requirements/typedefs.cc: Remove.
+ * testsuite/30_threads/condition_variable_any/requirements/
+ typedefs.cc: Remove.
2011-10-25 Jonathan Wakely <jwakely.gcc@gmail.com>