Various doc updates.

[SVN r42527]
This commit is contained in:
Andreas Huber 2008-01-06 13:49:31 +00:00
parent 5c94ef5b16
commit 07d20a7977
6 changed files with 286 additions and 315 deletions

View File

@ -88,21 +88,21 @@
Philippe David, Peter Dimov, Reece Dunn, John Fuller, Jeff Garland, Eugene
Gladyshev, David A. Greene, Douglas Gregor, Gustavo Guerra, Aleksey
Gurtovoy, Federico J. Fernández, Iain K. Hanson, David B. Held,
Jürgen Hunold, Oliver Kowalke, Simon Meiklejohn, Jiang Miao, Johan
Nilsson, Matthieu Paindavoine, Chris Paulse, Yuval Ronen, Chris Russell,
Rob Stewart, Kwee Heong Tan, Marcin Tustin, Vincent N. Virgilio, Gang Wang,
Steven Watanabe and Scott Woods.</p>
J&uuml;rgen Hunold, Sean Kelly, Oliver Kowalke, Simon Meiklejohn, Jiang
Miao, Johan Nilsson, Matthieu Paindavoine, Chris Paulse, Yuval Ronen, Chris
Russell, Rob Stewart, Kwee Heong Tan, Marcin Tustin, Vincent N. Virgilio,
Gang Wang, Steven Watanabe and Scott Woods.</p>
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->03 December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38512" --></p>
<p>Revised 05 January, 2008</p>
<p><i>Copyright &copy; 2003-2008 <a href="contact.html">Andreas Huber
D&ouml;nni</a></i></p>
<p><i>Copyright &copy; 2003-<!--webbot bot="Timestamp" s-type="EDITED" s-format="%Y" startspan -->2006<!--webbot bot="Timestamp" endspan i-checksum="770" -->
<a href="contact.html">Andreas Huber D&ouml;nni</a></i></p>
<p><i>Distributed under the Boost Software License, Version 1.0. (See
accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or

View File

@ -42,12 +42,6 @@
<dd><a href="#ApplicationDefinedMacros">Application Defined
Macros</a></dd>
<dt><a href="#CompilerSpecificConfiguration">Compiler-specific
configuration</a></dt>
<dd><a href="#Intel70">Intel 7.0 (Win32, MS Visual Studio 6 std
library)</a></dd>
</dl>
<h1><a id="GeneralConfiguration" name="GeneralConfiguration">General
@ -158,29 +152,14 @@
technology such violations may or may not manifest themselves in link-time
errors.</p>
<h1><a id="CompilerSpecificConfiguration" name=
"CompilerSpecificConfiguration">Compiler-specific configuration</a></h1>
<h2><a id="Intel70" name="Intel70">Intel 7.0 (Win32, MS Visual Studio 6 std
library)</a></h2>
<p>By default, this compiler has argument dependent lookup disabled. ADL
must be enabled to compile the library without errors. To enable ADL,
<code>/Qoption,c,--arg_dep_lookup</code> must be added to the compiler
command line. See <a href=
"../../../boost/config/compiler/intel.hpp">&lt;boost/config/compiler/intel.hpp&gt;</a>
for more information.</p>
<hr>
<p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->03 December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38512" --></p>
<p>Revised 05 January, 2008</p>
<p><i>Copyright &copy; 2003-<!--webbot bot="Timestamp" s-type="EDITED" s-format="%Y" startspan -->2006<!--webbot bot="Timestamp" endspan i-checksum="770" -->
<a href="contact.html">Andreas Huber D&ouml;nni</a></i></p>
<p><i>Copyright &copy; 2003-2008 <a href="contact.html">Andreas Huber
D&ouml;nni</a></i></p>
<p><i>Distributed under the Boost Software License, Version 1.0. (See
accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or

View File

@ -768,11 +768,10 @@ Inner::~Inner()
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->15 November, 2007<!--webbot bot="Timestamp" endspan i-checksum="38512" --></p>
<p>Revised 05 January, 2008</p>
<p><i>Copyright &copy; 2003-<!--webbot bot="Timestamp" s-type="EDITED" s-format="%Y" startspan -->2007<!--webbot bot="Timestamp" endspan i-checksum="770" -->
<a href="contact.html">Andreas Huber D&ouml;nni</a></i></p>
<p><i>Copyright &copy; 2003-2008 <a href="contact.html">Andreas Huber
D&ouml;nni</a></i></p>
<p><i>Distributed under the Boost Software License, Version 1.0. (See
accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or

View File

@ -46,7 +46,8 @@
<ol>
<li>Implement a choice-point-like class, as discussed in
<a href="http://thread.gmane.org/gmane.comp.lib.boost.devel/164460">this thread</a></li>
<a href="http://thread.gmane.org/gmane.comp.lib.boost.devel/164460">this
thread</a></li>
<li>Optimize state-entry and state-exit for speed and code-size</li>
@ -148,6 +149,9 @@
<li>Added the FAQ item <a href="faq.html#AssertInStateDestructor">Why
do I get an assert when I access the state machine from a state
destructor?</a> (due to feedback from Jiang Miao)</li>
<li>Added defaults for the last two template parameters of <a href=
"reference.html#ClassTemplatein_state_reaction">in_state_reaction<></a>
(due to feedback from Sean Kelly)</li>
</ul>
<p>1.35.0</p>
@ -680,11 +684,10 @@
"http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional"
height="31" width="88"></a></p>
<p>Revised
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->09 April, 2007<!--webbot bot="Timestamp" endspan i-checksum="30014" --></p>
<p>Revised 05 January, 2008</p>
<p><i>Copyright &copy; 2003-<!--webbot bot="Timestamp" s-type="EDITED" s-format="%Y" startspan -->2007<!--webbot bot="Timestamp" endspan i-checksum="778" -->
<a href="contact.html">Andreas Huber D&ouml;nni</a></i></p>
<p><i>Copyright &copy; 2003-2008 <a href="contact.html">Andreas Huber
D&ouml;nni</a></i></p>
<p><i>Distributed under the Boost Software License, Version 1.0. (See
accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or

File diff suppressed because it is too large Load Diff

Binary file not shown.