diff options
author | Jonathan Wakely <redi@gcc.gnu.org> | 2017-03-16 12:18:14 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2017-03-16 12:18:14 +0000 |
commit | 1c4df66b561cb9c039d10aa4d0c8b9ae1be365a7 (patch) | |
tree | 4efcfe8edf0aa051efe85ffb63bb136779b478d9 | |
parent | d78607f597f474d9669428de64c4ccb79dd116a6 (diff) | |
download | gcc-1c4df66b561cb9c039d10aa4d0c8b9ae1be365a7.zip gcc-1c4df66b561cb9c039d10aa4d0c8b9ae1be365a7.tar.gz gcc-1c4df66b561cb9c039d10aa4d0c8b9ae1be365a7.tar.bz2 |
Fix typo and replace non-breaking spaces in libstdc++-v3/ChangeLog
From-SVN: r246191
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ec09ea3..8ba7efa 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -18,7 +18,7 @@ checking the return value of emplace. * testsuite/20_util/variant/run.cc: Likewise. -2017-03-15 Xi Ruoyao <ryxi@stu.xidian.edu.cn> +2017-03-15 Xi Ruoyao <ryxi@stu.xidian.edu.cn> PR libstdc++/62045 * include/ext/pb_ds/qdetail/binary_heap_/binary_heap_.hpp @@ -153,7 +153,7 @@ instead of is_callable. * testsuite/20_util/is_callable/*: Rename directory and adjust tests to use new traits. - * testsuite/20_util/is_notjrow_callable/*: Likewise. + * testsuite/20_util/is_nothrow_callable/*: Likewise. * testsuite/20_util/optional/hash.cc: Use is_invocable_v instead of is_callable. * testsuite/20_util/variant/hash.cc: Likewise. |