From: Jonathan Wakely Date: Thu, 16 Mar 2017 12:18:14 +0000 (+0000) Subject: Fix typo and replace non-breaking spaces in libstdc++-v3/ChangeLog X-Git-Tag: upstream/12.2.0~40669 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c4df66b561cb9c039d10aa4d0c8b9ae1be365a7;p=platform%2Fupstream%2Fgcc.git Fix typo and replace non-breaking spaces in libstdc++-v3/ChangeLog From-SVN: r246191 --- 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   +2017-03-15 Xi Ruoyao 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.