From f0f2505f9b5fdf0af797920682fd418d23478838 Mon Sep 17 00:00:00 2001
From: Beman 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>