]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Document __STDCPP_WANT_MATH_SPEC_FUNCS__ macro
authorJonathan Wakely <jwakely@redhat.com>
Tue, 23 Feb 2016 20:03:30 +0000 (20:03 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 23 Feb 2016 20:03:30 +0000 (20:03 +0000)
* doc/xml/manual/using.xml: Document __STDCPP_WANT_MATH_SPEC_FUNCS__.
* doc/html/*: Regenerate.

From-SVN: r233645

libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/using_macros.html
libstdc++-v3/doc/xml/manual/using.xml

index a9ca6dec475405e50e94b202bcf134000f835ef6..86cea26c7ae7c04edea39e1f6907a58d01102a55 100644 (file)
@@ -1,5 +1,8 @@
 2016-02-23  Jonathan Wakely  <jwakely@redhat.com>
 
+       * doc/xml/manual/using.xml: Document __STDCPP_WANT_MATH_SPEC_FUNCS__.
+       * doc/html/*: Regenerate.
+
        PR libstdc++/69893
        * include/tr1/cmath (acosh, asinh, atanh, cbrt, copysign, erf, erfc,
        exp2, expm1, fdim, fma, fmax, fmin, hypot, ilogb, lgamma, llrint,
index 6b1fc1e656553d22dca42caa7fffc449809234f8..2ef05af4acd7efc4974447104affa68e1c38b95c 100644 (file)
@@ -89,4 +89,6 @@
       </p></dd><dt><span class="term"><code class="code">_GLIBCXX_PROFILE</code></span></dt><dd><p>Undefined by default. When defined, compiles user code
        using the <a class="link" href="profile_mode.html" title="Chapter 19. Profile Mode">profile
        mode</a>.
+      </p></dd><dt><span class="term"><code class="code">__STDCPP_WANT_MATH_SPEC_FUNCS__</code></span></dt><dd><p>Undefined by default. When defined to a non-zero integer constant,
+       enables support for ISO/IEC 29124 Special Math Functions.
       </p></dd></dl></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="using_headers.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="using.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="using_dual_abi.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Headers </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Dual ABI</td></tr></table></div></body></html>
\ No newline at end of file
index 96ae686140086192eeb1b1382055a53d1cfbeec5..6e022d5458a5747c73ea06a49be8a96d4fcc3153 100644 (file)
@@ -955,6 +955,13 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe
        mode</link>.
       </para>
     </listitem></varlistentry>
+
+    <varlistentry><term><code>__STDCPP_WANT_MATH_SPEC_FUNCS__</code></term>
+    <listitem>
+      <para>Undefined by default. When defined to a non-zero integer constant,
+       enables support for ISO/IEC 29124 Special Math Functions.
+      </para>
+    </listitem></varlistentry>
     </variablelist>
 
   </section>