mirror of
https://github.com/boostorg/endian.git
synced 2025-07-31 21:14:38 +02:00
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