diff --git a/doc/conversion.html b/doc/conversion.html index bd5bfc4..d0a793a 100644 --- a/doc/conversion.html +++ b/doc/conversion.html @@ -5,13 +5,8 @@ -
int8_t reverse_value()
and templated
reverse()
implementations.
Last revised: -12 August, 2014
+12 November, 2014© 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/index.html b/doc/index.html index 4e99e37..238d982 100644 --- a/doc/index.html +++ b/doc/index.html @@ -5,13 +5,8 @@ -Last revised: -11 November, 2014
+12 November, 2014© 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/mini_review_topics.html b/doc/mini_review_topics.html index e8a3662..ca07cc0 100644 --- a/doc/mini_review_topics.html +++ b/doc/mini_review_topics.html @@ -4,15 +4,9 @@ -Here is what needs to be done to get the library ready for a mini-review: @@ -100,7 +94,7 @@ might used inadvertently or inappropriately. The impact of adding an endian_buff
Last revised: -11 November, 2014
+12 November, 2014© Copyright Beman Dawes, 2014
Distributed under the Boost Software License, Version 1.0. See www.boost.org/ LICENSE_1_0.txt
diff --git a/doc/styles.css b/doc/styles.css new file mode 100644 index 0000000..7bd2260 --- /dev/null +++ b/doc/styles.css @@ -0,0 +1,13 @@ + +body +{ + font-family: sans-serif; + max-width: 6.5in; + font-size: 85%; +} + ins {background-color: #CCFFCC;} + del {background-color: #FFCACA;} + pre {background-color: #D7EEFF; font-size: 100%;} + code {font-size: 110%;} + table{font-size: 100%;} + \ No newline at end of file diff --git a/doc/types.html b/doc/types.html index 172a6a2..af7c5ad 100644 --- a/doc/types.html +++ b/doc/types.html @@ -5,12 +5,8 @@ -Last revised: -11 November, 2014
+12 November, 2014© Copyright Beman Dawes, 2006-2009, 2013
Distributed under the Boost Software License, Version 1.0. See www.boost.org/ LICENSE_1_0.txt
diff --git a/include/boost/endian/types.hpp b/include/boost/endian/types.hpp index 8e857ce..b8028d8 100644 --- a/include/boost/endian/types.hpp +++ b/include/boost/endian/types.hpp @@ -90,7 +90,7 @@ namespace endian #endif BOOST_SCOPED_ENUM_START(align) {no, yes}; BOOST_SCOPED_ENUM_END - template