Commit 1a5a334e by Gerald Pfeifer Committed by Gerald Pfeifer

debug_mode.xml: Update and simplify note on link- and run-time coexistence.

	* doc/xml/manual/debug_mode.xml: Update and simplify note
	on link- and run-time coexistence.

Co-Authored-By: François Dumont <frs.dumont@gmail.com>
Co-Authored-By: Jonathan Wakely <jwakely@redhat.com>

From-SVN: r245848
parent 17b0b37f
2017-03-02 Gerald Pfeifer <gerald@pfeifer.com>
François Dumont <frs.dumont@gmail.com>
Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/debug_mode.xml: Update and simplify note
on link- and run-time coexistence.
2017-03-02 Jonathan Wakely <jwakely@redhat.com> 2017-03-02 Jonathan Wakely <jwakely@redhat.com>
* testsuite/17_intro/headers/names.cc: Rename to ... * testsuite/17_intro/headers/names.cc: Rename to ...
......
...@@ -584,15 +584,11 @@ template&lt;typename _Tp, typename _Allocator = allocator&lt;_Tp&gt; ...@@ -584,15 +584,11 @@ template&lt;typename _Tp, typename _Allocator = allocator&lt;_Tp&gt;
environments by minimizing dependencies.</para> environments by minimizing dependencies.</para>
<para>Achieving link- and run-time coexistence is not a trivial <para>Achieving link- and run-time coexistence is not a trivial
implementation task. To achieve this goal we required a small implementation task. To achieve this goal we use inline namespaces and
extension to the GNU C++ compiler (since incorporated into the C++11 language specification, described in the GCC Manual for the C++ language as a complex organization of debug- and release-modes. The end result is
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/onlinedocs/gcc/Namespace-Association.html#Namespace-Association">namespace that we have achieved per-use recompilation but have had to give up
association</link>), and a complex organization of debug- and some checking of the <code>std::basic_string</code> class template
release-modes. The end result is that we have achieved per-use (namely, safe iterators).</para>
recompilation but have had to give up some checking of the
<code>std::basic_string</code> class template (namely, safe
iterators).
</para>
<section xml:id="methods.coexistence.compile" xreflabel="Compile"><info><title>Compile-time coexistence of release- and debug-mode components</title></info> <section xml:id="methods.coexistence.compile" xreflabel="Compile"><info><title>Compile-time coexistence of release- and debug-mode components</title></info>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment