extensions.xml: Add cross-reference.
authorJonathan Wakely <jwakely@redhat.com>
Mon, 27 Apr 2015 12:30:26 +0000 (13:30 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 27 Apr 2015 12:30:26 +0000 (13:30 +0100)
* doc/xml/manual/extensions.xml: Add cross-reference.
* doc/html/manual/ext_compile_checks.html: Regenerate.

From-SVN: r222462

libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/ext_compile_checks.html
libstdc++-v3/doc/xml/manual/extensions.xml

index c5c151d63ced9e36a8cbcc9d0ebde89215ea6368..b42e85c2ddb49064687c6228b0db7455e3402bb1 100644 (file)
@@ -1,3 +1,8 @@
+2015-04-27  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/manual/extensions.xml: Add cross-reference.
+       * doc/html/manual/ext_compile_checks.html: Regenerate.
+
 2015-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
        * config/os/generic/os_defines.h (_GLIBCXX_GTHREAD_USE_WEAK): Define.
index da4723311e23c179a16270b8318be5b95d36e713..227bd25d5410aafa9679327a855569852bdc4677 100644 (file)
@@ -29,7 +29,8 @@
       They can be enabled at configure time with
       <a class="link" href="configure.html" title="Configure"><code class="literal">--enable-concept-checks</code></a>.
       You can enable them on a per-translation-unit basis with
-      <code class="code">#define _GLIBCXX_CONCEPT_CHECKS</code> for GCC 3.4 and higher
+      <a class="link" href="using_macros.html" title="Macros"><code class="code">#define
+      _GLIBCXX_CONCEPT_CHECKS</code></a> for GCC 3.4 and higher
       (or with <code class="code">#define _GLIBCPP_CONCEPT_CHECKS</code> for versions
       3.1, 3.2 and 3.3).
    </p><p>Please note that the concept checks only validate the requirements
index c4120c9b06f2d06761d7f6da55b7dcf8232b95e4..41b1a801325d45bec8e920a76955468eb59af629 100644 (file)
@@ -82,7 +82,8 @@ extensions, be aware of two things:
       They can be enabled at configure time with
       <link linkend="manual.intro.setup.configure"><literal>--enable-concept-checks</literal></link>.
       You can enable them on a per-translation-unit basis with
-      <code>#define _GLIBCXX_CONCEPT_CHECKS</code> for GCC 3.4 and higher
+      <link linkend="manual.intro.using.macros"><code>#define
+      _GLIBCXX_CONCEPT_CHECKS</code></link> for GCC 3.4 and higher
       (or with <code>#define _GLIBCPP_CONCEPT_CHECKS</code> for versions
       3.1, 3.2 and 3.3).
    </para>