From fded3d73da69224b9abdd03fa71d274c76fbe3c6 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sun, 18 Jan 2015 15:47:18 +0000 Subject: [PATCH] status_cxx2011.xml: Remove note about offsetof. * doc/xml/manual/status_cxx2011.xml: Remove note about offsetof. * doc/html/manual/status.html: Regenerate. From-SVN: r219817 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/doc/html/manual/status.html | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 5 ++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3c4b9982623..b40e9408dab 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2015-01-18 Jonathan Wakely + + * doc/xml/manual/status_cxx2011.xml: Remove note about offsetof. + * doc/html/manual/status.html: Regenerate. + 2015-01-18 Jonathan Wakely * include/bits/atomic_futex.h: Use mutex and condition_variable when diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index a3a032a70b5..7b8af3121fd 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -162,7 +162,7 @@ particular release. 18 Language support - 18.1GeneralY 18.2TypesPartialMissing offsetof18.3Implementation properties  18.3.2Numeric Limits  18.3.2.3Class template numeric_limitsY 18.3.2.4numeric_limits membersY 18.3.2.5float_round_styleN 18.3.2.6float_denorm_styleN 18.3.2.7numeric_limits specializationsY 18.3.3C LibraryY 18.4Integer types  18.4.1Header <cstdint> synopsisY 18.5Start and terminationPartialC library dependency for quick_exit, at_quick_exit18.6Dynamic memory managementY 18.7Type identification  18.7.1Class type_infoY 18.7.2Class bad_castY 18.7.3Class bad_typeidY 18.8Exception handling  18.8.1Class exceptionY 18.8.2Class bad_exceptionY 18.8.3Abnormal terminationY 18.8.4uncaught_exceptionY 18.8.5Exception PropagationY 18.8.6nested_exceptionY 18.9Initializer lists  18.9.1Initializer list constructorsY 18.9.2Initializer list accessY 18.9.3Initializer list range accessY 18.10Other runtime supportY  + 18.1GeneralY 18.2TypesY 18.3Implementation properties  18.3.2Numeric Limits  18.3.2.3Class template numeric_limitsY 18.3.2.4numeric_limits membersY 18.3.2.5float_round_styleN 18.3.2.6float_denorm_styleN 18.3.2.7numeric_limits specializationsY 18.3.3C LibraryY 18.4Integer types  18.4.1Header <cstdint> synopsisY 18.5Start and terminationPartialC library dependency for quick_exit, at_quick_exit18.6Dynamic memory managementY 18.7Type identification  18.7.1Class type_infoY 18.7.2Class bad_castY 18.7.3Class bad_typeidY 18.8Exception handling  18.8.1Class exceptionY 18.8.2Class bad_exceptionY 18.8.3Abnormal terminationY 18.8.4uncaught_exceptionY 18.8.5Exception PropagationY 18.8.6nested_exceptionY 18.9Initializer lists  18.9.1Initializer list constructorsY 18.9.2Initializer list accessY 18.9.3Initializer list range accessY 18.10Other runtime supportY  19 Diagnostics diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index f1c96393916..76387c79ce2 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -75,11 +75,10 @@ particular release. - 18.2 Types - Partial - Missing offsetof + Y + 18.3 -- 2.30.2