mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Remove two erroneous references to the standard
This commit is contained in:
@@ -1173,7 +1173,7 @@ operator<<( std::basic_ostream< Ch, Tr > & os, const dynamic_bitset< Block, Allo
|
||||
os.width( 0 );
|
||||
}
|
||||
BOOST_CATCH( ... )
|
||||
{ // see std 27.6.1.1/4
|
||||
{
|
||||
bool rethrow = false;
|
||||
BOOST_TRY
|
||||
{
|
||||
@@ -1255,7 +1255,7 @@ operator>>( std::basic_istream< Ch, Tr > & is, dynamic_bitset< Block, Alloc > &
|
||||
BOOST_RETHROW
|
||||
}
|
||||
|
||||
bool rethrow = false; // see std 27.6.1.1/4
|
||||
bool rethrow = false;
|
||||
BOOST_TRY
|
||||
{
|
||||
is.setstate( ios_base::badbit );
|
||||
|
||||
Reference in New Issue
Block a user