forked from boostorg/endian
Fix incorrect header guard
This commit is contained in:
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
// TODO: When a compiler supporting constexpr becomes available, try possible uses.
|
// TODO: When a compiler supporting constexpr becomes available, try possible uses.
|
||||||
|
|
||||||
#ifndef BOOST_ENDIAN_HPP
|
#ifndef BOOST_ENDIAN_ARITHMETIC_HPP
|
||||||
#define BOOST_ENDIAN_HPP
|
#define BOOST_ENDIAN_ARITHMETIC_HPP
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
# pragma warning(push)
|
# pragma warning(push)
|
||||||
@ -510,4 +510,4 @@ namespace endian
|
|||||||
# pragma warning(pop)
|
# pragma warning(pop)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // BOOST_ENDIAN_HPP
|
#endif // BOOST_ENDIAN_ARITHMETIC_HPP
|
||||||
|
Reference in New Issue
Block a user