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"
: noexcept
is
elided .
Boost scoped enum emulation is used so that the library still works for compilers that do not support scoped enums.
-
<boost/endian/conversion.hpp>
Synopsisboost/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 @@Consider this simple implementation of endian_reverse
:
Consider this simple implementation of endian_reverse
:
template <class T>