about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-23 23:20:07 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-01 07:17:20 -0500
commit8fd8ff3bd8234593a694be045460e471d295a6af (patch)
tree3adf6dcac110a640bad6c591a95a9b25c65c334b /ChangeLog
parent03a718297d64e68efb36069b0cc14c1039f32d89 (diff)
downloadglibc-8fd8ff3bd8234593a694be045460e471d295a6af.tar.gz
glibc-8fd8ff3bd8234593a694be045460e471d295a6af.tar.xz
glibc-8fd8ff3bd8234593a694be045460e471d295a6af.zip
Add __USE_ISOCXX11
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6be3d32698..c3483c8535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,9 @@
 
 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
 
+	* include/features.h: Define __USE_ISOCXX11 when compiling ISo C++11
+	code.
+
 	[BZ #13528]
 	* libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.