diff --git a/include/boost/endian/conversion.hpp b/include/boost/endian/conversion.hpp index 894a461..3792f0d 100644 --- a/include/boost/endian/conversion.hpp +++ b/include/boost/endian/conversion.hpp @@ -52,7 +52,7 @@ namespace endian // reverse byte order // requires T to be a non-bool integral type // in detail/endian_reverse.hpp - template inline T endian_load( T x ) BOOST_NOEXCEPT; + template inline T endian_reverse( T x ) BOOST_NOEXCEPT; // reverse byte order unless native endianness is big template