mirror of
https://github.com/boostorg/endian.git
synced 2026-05-05 12:24:18 +02:00
Signs of life
This commit is contained in:
@@ -80,7 +80,7 @@ namespace endian
|
||||
|
||||
// runtime byte-order conversion
|
||||
template <class ReversibleValue >
|
||||
ReversibleValue convert_value(ReversibleValue from, BOOST_SCOPED_ENUM(order) from_order,
|
||||
ReversibleValue convert_value(ReversibleValue from, BOOST_SCOPED_ENUM(order) from_order,
|
||||
BOOST_SCOPED_ENUM(order) to_order) BOOST_NOEXCEPT;
|
||||
|
||||
//--------------------------------------------------------------------------------------//
|
||||
|
||||
@@ -31,6 +31,7 @@ namespace endian
|
||||
reverse(x.first);
|
||||
reverse(x.second);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user