aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2015-04-27 13:30:26 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2015-04-27 13:30:26 +0100
commit991607ab258cae68d0f1fff0de15a15583892f15 (patch)
tree8ee8ce356eac3fd64241c8015d097a2c84ae2e2f /libstdc++-v3/doc
parent2e3a3cc86935312a736312d05d8fb97d8ff32e3e (diff)
downloadgcc-991607ab258cae68d0f1fff0de15a15583892f15.zip
gcc-991607ab258cae68d0f1fff0de15a15583892f15.tar.gz
gcc-991607ab258cae68d0f1fff0de15a15583892f15.tar.bz2
extensions.xml: Add cross-reference.
* doc/xml/manual/extensions.xml: Add cross-reference. * doc/html/manual/ext_compile_checks.html: Regenerate. From-SVN: r222462
Diffstat (limited to 'libstdc++-v3/doc')
-rw-r--r--libstdc++-v3/doc/html/manual/ext_compile_checks.html3
-rw-r--r--libstdc++-v3/doc/xml/manual/extensions.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/html/manual/ext_compile_checks.html b/libstdc++-v3/doc/html/manual/ext_compile_checks.html
index da47233..227bd25 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
<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
diff --git a/libstdc++-v3/doc/xml/manual/extensions.xml b/libstdc++-v3/doc/xml/manual/extensions.xml
index c4120c9..41b1a80 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
<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>