aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-04-29 18:57:34 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-04-29 19:00:58 +0100
commit8f1591763fd50b143af0dc1770741f326a97583a (patch)
treefbdb9632a278ba1059b384c66980c871875d49b4 /libstdc++-v3/ChangeLog
parent0c8217b16f307c3eedce8f22354714938613f701 (diff)
downloadgcc-8f1591763fd50b143af0dc1770741f326a97583a.zip
gcc-8f1591763fd50b143af0dc1770741f326a97583a.tar.gz
gcc-8f1591763fd50b143af0dc1770741f326a97583a.tar.bz2
libstdc++: Fix outdated comment about std::string instantiations (PR 94854)
PR libstdc++/94854 * include/bits/basic_string.tcc: Update comment about explicit instantiations.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f8cf71e..2032e90 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-29 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/94854
+ * include/bits/basic_string.tcc: Update comment about explicit
+ instantiations.
+
2020-04-28 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/91480