From b6b03ea9000bbca7c556d072a8adf57d5fa752e7 Mon Sep 17 00:00:00 2001 From: Beman Date: Sat, 21 Feb 2015 09:02:41 -0500 Subject: [PATCH] Fix incorrect header guard --- include/boost/endian/arithmetic.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/endian/arithmetic.hpp b/include/boost/endian/arithmetic.hpp index 6944ab9..e967adc 100644 --- a/include/boost/endian/arithmetic.hpp +++ b/include/boost/endian/arithmetic.hpp @@ -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