Remove fp_exhaustive_test from Jamfile

This commit is contained in:
Beman
2015-03-30 07:01:19 -04:00
parent d612bee5b9
commit f0f2505f9b
3 changed files with 3 additions and 10 deletions

View File

@@ -22,9 +22,4 @@ exe "loop_time_test"
: <toolset>gcc:<cxxflags>-march=native
;
exe "fp_exhaustive_test"
: fp_exhaustive_test.cpp
: <toolset>gcc:<cxxflags>-march=native
;
install bin : speed_test loop_time_test fp_exhaustive_test ;
install bin : speed_test loop_time_test ;

View File

@@ -71,8 +71,6 @@ For C++03 compilers, <code> noexcept</code> is
elided .
Boost scoped enum emulation is used so that the library still works for compilers that do not support scoped enums.</p>
<p>&nbsp;</p>
<h3>
Header <code>&lt;boost/endian/conversion.hpp&gt;</code>
<a name="Synopsis">Synopsis</a></h3>
@@ -364,7 +362,7 @@ that became the starting point for <b><code>boost/endian/detail/intrinsic.hpp</c
Pierre Talbot provided the <code>int8_t endian_reverse()</code> and templated
<code>endian_reverse_inplace()</code> implementations.</p>
<hr>
<p>Last revised: <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->25 March, 2015<!--webbot bot="Timestamp" endspan i-checksum="28920" --></p>
<p>Last revised: <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->26 March, 2015<!--webbot bot="Timestamp" endspan i-checksum="28922" --></p>
<p>© Copyright Beman Dawes, 2011, 2013</p>
<p>Distributed under the Boost Software License, Version 1.0. See <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/ LICENSE_1_0.txt</a></p>

View File

@@ -13,7 +13,7 @@
<h1>Floating Point Concerns</h1>
<p dir="ltr">Consider this simple implementation of <code>endian_reverse</code>:</p>
<p>Consider this simple implementation of <code>endian_reverse</code>:</p>
<blockquote>
<pre>template &lt;class T&gt;