diff --git a/libs/integer/doc/endian.html b/libs/integer/doc/endian.html index 89d85d9..e9fd0f7 100644 --- a/libs/integer/doc/endian.html +++ b/libs/integer/doc/endian.html @@ -213,7 +213,7 @@ usual operations on integers are supplied.
public: typedef T value_type; endian(){} - endian(T v); + explicit endian(T v); endian & operator=(T v); operator T() const; }; @@ -311,7 +311,7 @@ usual operations on integers are supplied.-Effects: Constructs an object of type
endian<E, T, n_bits, A>
.
endian(T v);
explicit endian(T v);
Effects: Constructs an object of type
endian<E, T, n_bits, A>
.Postcondition:
x == v,
wherex
is the @@ -514,7 +514,7 @@ Tomas Puverle, and Yuval Ronen.
Last revised: -26 May, 2008
+06 August, 2008© Copyright Beman Dawes, 2006
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at