summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-05-01 13:13:39 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-05-01 13:41:02 +0100
commit070b4df8a06539b661c134d436ea4207099fdcf0 (patch)
treea76e163dd4ae055acc9562c43b01caf5f2ea2763 /libstdc++-v3/ChangeLog
parent7eee6d219617123a94cf0872821b1f78c2a9b8f1 (diff)
libstdc++: Replace reserved identifier _T with _Tp (PR 94901)
The libstdc++ manual documents that _T can not be used, because it's a macro in system headers on some targets. PR libstdc++/94901 * include/std/type_traits (__is_complete_or_unbounded): Replace BADNAME _T with _Tp. * testsuite/17_intro/badnames.cc: New test.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b21c44fc0b8..f699a1bc59e 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2020-05-01 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/94901
+ * include/std/type_traits (__is_complete_or_unbounded): Replace
+ BADNAME _T with _Tp.
+ * testsuite/17_intro/badnames.cc: New test.
+
2020-04-30 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/89510