Fix incorrect header guard

This commit is contained in:
Beman
2015-02-21 09:02:41 -05:00
parent 963f00ec8f
commit b6b03ea900

View File

@ -18,8 +18,8 @@
// TODO: When a compiler supporting constexpr becomes available, try possible uses.
#ifndef BOOST_ENDIAN_HPP
#define BOOST_ENDIAN_HPP
#ifndef BOOST_ENDIAN_ARITHMETIC_HPP
#define BOOST_ENDIAN_ARITHMETIC_HPP
#if defined(_MSC_VER)
# pragma warning(push)
@ -510,4 +510,4 @@ namespace endian
# pragma warning(pop)
#endif
#endif // BOOST_ENDIAN_HPP
#endif // BOOST_ENDIAN_ARITHMETIC_HPP