Remove stray sentences

This commit is contained in:
Peter Dimov
2020-01-22 03:48:38 +02:00
parent 520d37eb9f
commit a5ae1bb09f
2 changed files with 0 additions and 6 deletions

View File

@ -389,9 +389,6 @@ namespace boost
} // namespace boost } // namespace boost
``` ```
The `implementation-defined` text above is either `big` or `little` according
to the endianness of the platform.
The only supported value of `CHAR_BIT` is 8. The only supported value of `CHAR_BIT` is 8.
The valid values of `Nbits` are as follows: The valid values of `Nbits` are as follows:

View File

@ -367,9 +367,6 @@ namespace boost
} // namespace boost } // namespace boost
``` ```
The `implementation-defined` text in typedefs above is either `big` or `little`
according to the native endianness of the platform.
The expository data member `value_` stores the current value of the The expository data member `value_` stores the current value of the
`endian_buffer` object as a sequence of bytes ordered as specified by the `endian_buffer` object as a sequence of bytes ordered as specified by the
`Order` template parameter. The `CHAR_BIT` macro is defined in `<climits>`. `Order` template parameter. The `CHAR_BIT` macro is defined in `<climits>`.