Signs of life

This commit is contained in:
Beman
2013-05-14 09:59:18 -04:00
parent e7c14b9ff2
commit 1a496f277e
3 changed files with 84 additions and 1 deletions
+1 -1
View File
@@ -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;
//--------------------------------------------------------------------------------------//
+1
View File
@@ -31,6 +31,7 @@ namespace endian
reverse(x.first);
reverse(x.second);
}
}
}