From 991607ab258cae68d0f1fff0de15a15583892f15 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Mon, 27 Apr 2015 13:30:26 +0100
Subject: [PATCH] extensions.xml: Add cross-reference.
* doc/xml/manual/extensions.xml: Add cross-reference.
* doc/html/manual/ext_compile_checks.html: Regenerate.
From-SVN: r222462
---
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/manual/ext_compile_checks.html | 3 ++-
libstdc++-v3/doc/xml/manual/extensions.xml | 3 ++-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c5c151d63ce..b42e85c2ddb 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-27 Jonathan Wakely
+
+ * doc/xml/manual/extensions.xml: Add cross-reference.
+ * doc/html/manual/ext_compile_checks.html: Regenerate.
+
2015-04-22 Szabolcs Nagy
* config/os/generic/os_defines.h (_GLIBCXX_GTHREAD_USE_WEAK): Define.
diff --git a/libstdc++-v3/doc/html/manual/ext_compile_checks.html b/libstdc++-v3/doc/html/manual/ext_compile_checks.html
index da4723311e2..227bd25d541 100644
--- a/libstdc++-v3/doc/html/manual/ext_compile_checks.html
+++ b/libstdc++-v3/doc/html/manual/ext_compile_checks.html
@@ -29,7 +29,8 @@
They can be enabled at configure time with
--enable-concept-checks.
You can enable them on a per-translation-unit basis with
- #define _GLIBCXX_CONCEPT_CHECKS for GCC 3.4 and higher
+ #define
+ _GLIBCXX_CONCEPT_CHECKS for GCC 3.4 and higher
(or with #define _GLIBCPP_CONCEPT_CHECKS for versions
3.1, 3.2 and 3.3).
Please note that the concept checks only validate the requirements
diff --git a/libstdc++-v3/doc/xml/manual/extensions.xml b/libstdc++-v3/doc/xml/manual/extensions.xml
index c4120c9b06f..41b1a801325 100644
--- a/libstdc++-v3/doc/xml/manual/extensions.xml
+++ b/libstdc++-v3/doc/xml/manual/extensions.xml
@@ -82,7 +82,8 @@ extensions, be aware of two things:
They can be enabled at configure time with
--enable-concept-checks.
You can enable them on a per-translation-unit basis with
- #define _GLIBCXX_CONCEPT_CHECKS for GCC 3.4 and higher
+ #define
+ _GLIBCXX_CONCEPT_CHECKS for GCC 3.4 and higher
(or with #define _GLIBCPP_CONCEPT_CHECKS for versions
3.1, 3.2 and 3.3).
--
2.30.2