forked from boostorg/predef
Get the doc building working again (with the quickbook-dev branch).
Update html docs to match latest code state.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Predef 1.0</title>
|
||||
<link rel="stylesheet" href="boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
|
||||
<link rel="home" href="index.html" title="Predef 1.0">
|
||||
<link rel="next" href="predef/introduction.html" title="Introduction">
|
||||
</head>
|
||||
@ -18,8 +18,7 @@
|
||||
<span class="firstname">Rene</span> <span class="surname">Rivera</span>
|
||||
</h3></div></div></div>
|
||||
<div><p class="copyright">Copyright © 2005 Rene Rivera</p></div>
|
||||
<div><p class="copyright">Copyright © 2008-2011 Redshift
|
||||
Software Inc</p></div>
|
||||
<div><p class="copyright">Copyright © 2008-2013 Redshift Software Inc</p></div>
|
||||
<div><div class="legalnotice">
|
||||
<a name="predef.legal"></a><p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
@ -31,7 +30,7 @@
|
||||
</div>
|
||||
<div class="toc">
|
||||
<p><b>Table of Contents</b></p>
|
||||
<dl>
|
||||
<dl class="toc">
|
||||
<dt><span class="section"><a href="predef/introduction.html">Introduction</a></span></dt>
|
||||
<dt><span class="section"><a href="predef/using_the_predefs.html">Using the predefs</a></span></dt>
|
||||
<dt><span class="section"><a href="predef/adding_new_predefs.html">Adding new predefs</a></span></dt>
|
||||
@ -53,12 +52,12 @@
|
||||
<th align="left">Warning</th>
|
||||
</tr>
|
||||
<tr><td align="left" valign="top"><p>
|
||||
This is a <span class="bold"><strong>proposed</strong></span> Boost Libnrary and <span class="bold"><strong>is not</strong></span> part of the Boost C++ Libraries.
|
||||
This is a <span class="bold"><strong>proposed</strong></span> Boost Library and <span class="bold"><strong>is not</strong></span> part of the Boost C++ Libraries.
|
||||
</p></td></tr>
|
||||
</table></div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: July 13, 2012 at 13:52:32 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: January 05, 2013 at 21:17:56 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Adding new predefs</title>
|
||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
|
||||
<link rel="home" href="../index.html" title="Predef 1.0">
|
||||
<link rel="up" href="../index.html" title="Predef 1.0">
|
||||
<link rel="prev" href="using_the_predefs.html" title="Using the predefs">
|
||||
@ -26,13 +26,13 @@
|
||||
</p>
|
||||
<h4>
|
||||
<a name="predef.adding_new_predefs.h0"></a>
|
||||
<span><a name="predef.adding_new_predefs.requirements_of_the_header"></a></span><a class="link" href="adding_new_predefs.html#predef.adding_new_predefs.requirements_of_the_header">Requirements
|
||||
<span class="phrase"><a name="predef.adding_new_predefs.requirements_of_the_header"></a></span><a class="link" href="adding_new_predefs.html#predef.adding_new_predefs.requirements_of_the_header">Requirements
|
||||
of the header</a>
|
||||
</h4>
|
||||
<p>
|
||||
All predefs need to follow a set of requirements:
|
||||
</p>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||
<li class="listitem">
|
||||
The headers must use the Boost Software License.
|
||||
</li>
|
||||
@ -55,7 +55,7 @@
|
||||
<p>
|
||||
And there are some extra guidelines that predef headers should follow:
|
||||
</p>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||
<li class="listitem">
|
||||
The detection should avoid including extra headers that might otherwise
|
||||
not be included by default.
|
||||
@ -72,7 +72,7 @@
|
||||
</ul></div>
|
||||
<h4>
|
||||
<a name="predef.adding_new_predefs.h1"></a>
|
||||
<span><a name="predef.adding_new_predefs.structure_of_the_header"></a></span><a class="link" href="adding_new_predefs.html#predef.adding_new_predefs.structure_of_the_header">Structure
|
||||
<span class="phrase"><a name="predef.adding_new_predefs.structure_of_the_header"></a></span><a class="link" href="adding_new_predefs.html#predef.adding_new_predefs.structure_of_the_header">Structure
|
||||
of the header</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -151,7 +151,7 @@ Documentation about what is detected.
|
||||
</pre>
|
||||
<h4>
|
||||
<a name="predef.adding_new_predefs.h2"></a>
|
||||
<span><a name="predef.adding_new_predefs.using_utility_pattern_macros"></a></span><a class="link" href="adding_new_predefs.html#predef.adding_new_predefs.using_utility_pattern_macros">Using utility
|
||||
<span class="phrase"><a name="predef.adding_new_predefs.using_utility_pattern_macros"></a></span><a class="link" href="adding_new_predefs.html#predef.adding_new_predefs.using_utility_pattern_macros">Using utility
|
||||
pattern macros</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -175,8 +175,7 @@ Documentation about what is detected.
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2005 Rene Rivera<br>Copyright © 2008-2011 Redshift
|
||||
Software Inc<p>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2005 Rene Rivera<br>Copyright © 2008-2013 Redshift Software Inc<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Introduction</title>
|
||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
|
||||
<link rel="home" href="../index.html" title="Predef 1.0">
|
||||
<link rel="up" href="../index.html" title="Predef 1.0">
|
||||
<link rel="prev" href="../index.html" title="Predef 1.0">
|
||||
@ -27,13 +27,13 @@
|
||||
</p>
|
||||
<h4>
|
||||
<a name="predef.introduction.h0"></a>
|
||||
<span><a name="predef.introduction.proposal"></a></span><a class="link" href="introduction.html#predef.introduction.proposal">Proposal</a>
|
||||
<span class="phrase"><a name="predef.introduction.proposal"></a></span><a class="link" href="introduction.html#predef.introduction.proposal">Proposal</a>
|
||||
</h4>
|
||||
<p>
|
||||
The idea is to define a set of macros to identify compilers and consistently
|
||||
represent their version. This includes:
|
||||
</p>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||
<li class="listitem">
|
||||
A unique BOOST_VERSION_NUMBER(major,minor,patch) macro to specify version
|
||||
numbers (unfortunately, the name BOOST_VERSION is already taken to designate
|
||||
@ -57,7 +57,7 @@
|
||||
</ul></div>
|
||||
<h4>
|
||||
<a name="predef.introduction.h1"></a>
|
||||
<span><a name="predef.introduction.current_library"></a></span><a class="link" href="introduction.html#predef.introduction.current_library">Current
|
||||
<span class="phrase"><a name="predef.introduction.current_library"></a></span><a class="link" href="introduction.html#predef.introduction.current_library">Current
|
||||
Library</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -65,7 +65,7 @@
|
||||
in scope. It includes detection and definition of architectures, compilers,
|
||||
languages, libraries, and operating systems. The key benefits are:
|
||||
</p>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||
<li class="listitem">
|
||||
Version numbers that are always defined so that one doesn't have to guard
|
||||
with <code class="computeroutput"><span class="preprocessor">#ifdef</span></code>.
|
||||
@ -86,7 +86,7 @@
|
||||
</ul></div>
|
||||
<h4>
|
||||
<a name="predef.introduction.h2"></a>
|
||||
<span><a name="predef.introduction.design_choices"></a></span><a class="link" href="introduction.html#predef.introduction.design_choices">Design
|
||||
<span class="phrase"><a name="predef.introduction.design_choices"></a></span><a class="link" href="introduction.html#predef.introduction.design_choices">Design
|
||||
choices</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -139,14 +139,14 @@
|
||||
</p>
|
||||
<h4>
|
||||
<a name="predef.introduction.h3"></a>
|
||||
<span><a name="predef.introduction.future_work"></a></span><a class="link" href="introduction.html#predef.introduction.future_work">Future
|
||||
<span class="phrase"><a name="predef.introduction.future_work"></a></span><a class="link" href="introduction.html#predef.introduction.future_work">Future
|
||||
work</a>
|
||||
</h4>
|
||||
<p>
|
||||
Even though the basics of this library are done, there is much work that can
|
||||
be done:
|
||||
</p>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||
<li class="listitem">
|
||||
Right now we limit the detection of libraries to known built-in predefined
|
||||
macros, and to guaranteed to exist system and library headers. It might
|
||||
@ -180,8 +180,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2005 Rene Rivera<br>Copyright © 2008-2011 Redshift
|
||||
Software Inc<p>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2005 Rene Rivera<br>Copyright © 2008-2013 Redshift Software Inc<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Using the predefs</title>
|
||||
<link rel="stylesheet" href="../boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
|
||||
<link rel="home" href="../index.html" title="Predef 1.0">
|
||||
<link rel="up" href="../index.html" title="Predef 1.0">
|
||||
<link rel="prev" href="introduction.html" title="Introduction">
|
||||
@ -30,7 +30,7 @@
|
||||
value if it is detected. The predef macros fall onto five categories each with
|
||||
macros of a particular prefix:
|
||||
</p>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||
<li class="listitem">
|
||||
<code class="computeroutput"><span class="identifier">BOOST_ARCHITECTURE_</span></code>for
|
||||
system/CPU architecture one is compiling for.
|
||||
@ -125,7 +125,7 @@
|
||||
</pre>
|
||||
<h4>
|
||||
<a name="predef.using_the_predefs.h0"></a>
|
||||
<span><a name="predef.using_the_predefs.using_the_boost_version_number_m"></a></span><a class="link" href="using_the_predefs.html#predef.using_the_predefs.using_the_boost_version_number_m">Using the
|
||||
<span class="phrase"><a name="predef.using_the_predefs.using_the_boost_version_number_m"></a></span><a class="link" href="using_the_predefs.html#predef.using_the_predefs.using_the_boost_version_number_m">Using the
|
||||
<code class="computeroutput"><span class="identifier">BOOST_VERSION_NUMBER</span></code> macro</a>
|
||||
</h4>
|
||||
<p>
|
||||
@ -173,8 +173,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2005 Rene Rivera<br>Copyright © 2008-2011 Redshift
|
||||
Software Inc<p>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2005 Rene Rivera<br>Copyright © 2008-2013 Redshift Software Inc<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
|
@ -2,7 +2,7 @@
|
||||
[quickbook 1.7]
|
||||
[version 1.0]
|
||||
[authors [Rivera, Rene]]
|
||||
[copyright 2005 Rene Rivera, 2008-2011 Redshift Software Inc]
|
||||
[copyright 2005 Rene Rivera, 2008-2013 Redshift Software Inc]
|
||||
[purpose Identification and specification of predefined macros.]
|
||||
[license
|
||||
Distributed under the Boost Software License, Version 1.0.
|
||||
@ -12,7 +12,7 @@
|
||||
[source-mode c++]
|
||||
]
|
||||
|
||||
[warning This is a *proposed* Boost Libnrary and *is not* part of the
|
||||
[warning This is a *proposed* Boost Library and *is not* part of the
|
||||
Boost C++ Libraries.]
|
||||
|
||||
[section Introduction]
|
||||
@ -392,28 +392,28 @@ and "Y", "M", "D" for dates.
|
||||
[section Reference]
|
||||
|
||||
[section `BOOST_ARCH` architecture macros]
|
||||
[include ../../../boost/predef/architecture/*.h]
|
||||
[include ../include/boost/predef/architecture/*.h]
|
||||
[endsect]
|
||||
|
||||
[section `BOOST_COMP` compiler macros]
|
||||
[include ../../../boost/predef/compiler/*.h]
|
||||
[include ../include/boost/predef/compiler/*.h]
|
||||
[endsect]
|
||||
|
||||
[section `BOOST_LANG` language standards macros]
|
||||
[include ../../../boost/predef/language/*.h]
|
||||
[include ../include/boost/predef/language/*.h]
|
||||
[endsect]
|
||||
|
||||
[section `BOOST_LIB` library macros]
|
||||
[include ../../../boost/predef/library/*/*.h]
|
||||
[include ../include/boost/predef/library/*/*.h]
|
||||
[endsect]
|
||||
|
||||
[section `BOOST_OS_` operating system macros]
|
||||
[include ../../../boost/predef/os/*.h]
|
||||
[include ../include/boost/predef/os/*.h]
|
||||
[endsect]
|
||||
|
||||
[section Version definition macros]
|
||||
[include ../../../boost/predef/version_number.h]
|
||||
[include ../../../boost/predef/make.h]
|
||||
[include ../include/boost/predef/version_number.h]
|
||||
[include ../include/boost/predef/make.h]
|
||||
[endsect]
|
||||
|
||||
[endsect]
|
||||
|
@ -17,9 +17,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ Pyramid 9810 architecture.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ If available versions \[1-5\] are specifically detected.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -22,9 +22,9 @@ If available versions \[3-6\] are specifically detected.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -22,9 +22,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch (if available).
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ MetaWare High C/C++ compiler.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, and minor.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, and minor.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[`__OBJC__`] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -29,9 +29,9 @@ Specifically the defined versions are:
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -26,9 +26,9 @@ Version number available as major, and minor.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ If available version number as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ If available version number as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ If available version number as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ If available version number as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as year (from 1970), month, and day.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -32,9 +32,9 @@ of BSD. If the above variants is detected the corresponding macro is also set.]
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -13,9 +13,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -13,9 +13,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -13,9 +13,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -13,9 +13,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -13,9 +13,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Versions \[9-10\] are specifically detected.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -21,9 +21,9 @@ version 4 is specifically detected.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -20,9 +20,9 @@ Version number available as major, minor, and patch.
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
@ -19,9 +19,9 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
[table
|
||||
[[__predef_symbol__] [__predef_version__]]
|
||||
|
||||
[[``] [__predef_detection__]]
|
||||
[[`____`] [__predef_detection__]]
|
||||
|
||||
[[``] [V.R.P]]
|
||||
[[`____`] [V.R.P]]
|
||||
]
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user