From f0f2505f9b5fdf0af797920682fd418d23478838 Mon Sep 17 00:00:00 2001 From: Beman Date: Mon, 30 Mar 2015 07:01:19 -0400 Subject: [PATCH] Remove fp_exhaustive_test from Jamfile --- benchmark/Jamfile.v2 | 7 +------ doc/conversion.html | 4 +--- doc/fp_concerns.html | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/benchmark/Jamfile.v2 b/benchmark/Jamfile.v2 index 5524500..f61061a 100644 --- a/benchmark/Jamfile.v2 +++ b/benchmark/Jamfile.v2 @@ -22,9 +22,4 @@ exe "loop_time_test" : gcc:-march=native ; -exe "fp_exhaustive_test" - : fp_exhaustive_test.cpp - : gcc:-march=native - ; - -install bin : speed_test loop_time_test fp_exhaustive_test ; +install bin : speed_test loop_time_test ; diff --git a/doc/conversion.html b/doc/conversion.html index 422300c..d811e07 100644 --- a/doc/conversion.html +++ b/doc/conversion.html @@ -71,8 +71,6 @@ For C++03 compilers, noexcept is elided . Boost scoped enum emulation is used so that the library still works for compilers that do not support scoped enums.

-

 

-

Header <boost/endian/conversion.hpp> Synopsis

@@ -364,7 +362,7 @@ that became the starting point for boost/endian/detail/intrinsic.hppint8_t endian_reverse() and templated endian_reverse_inplace() implementations.


-

Last revised: 25 March, 2015

+

Last revised: 26 March, 2015

© Copyright Beman Dawes, 2011, 2013

Distributed under the Boost Software License, Version 1.0. See www.boost.org/ LICENSE_1_0.txt

diff --git a/doc/fp_concerns.html b/doc/fp_concerns.html index 5127d7f..5c5f67c 100644 --- a/doc/fp_concerns.html +++ b/doc/fp_concerns.html @@ -13,7 +13,7 @@

Floating Point Concerns

-

Consider this simple implementation of endian_reverse:

+

Consider this simple implementation of endian_reverse:

template <class T>