diff --git a/include/boost/histogram.hpp b/include/boost/histogram.hpp index 53ac7f15..23470091 100644 --- a/include/boost/histogram.hpp +++ b/include/boost/histogram.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_HISTOGRAM_HPP_ -#define BOOST_HISTOGRAM_HPP_ +#ifndef BOOST_HISTOGRAM_HPP +#define BOOST_HISTOGRAM_HPP #include #include diff --git a/include/boost/histogram/arithmetic_operators.hpp b/include/boost/histogram/arithmetic_operators.hpp index b177a1e6..9c1582f7 100644 --- a/include/boost/histogram/arithmetic_operators.hpp +++ b/include/boost/histogram/arithmetic_operators.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_HISTOGRAM_ARITHMETIC_OPERATORS_HPP_ -#define _BOOST_HISTOGRAM_HISTOGRAM_ARITHMETIC_OPERATORS_HPP_ +#ifndef BOOST_HISTOGRAM_HISTOGRAM_ARITHMETIC_OPERATORS_HPP +#define BOOST_HISTOGRAM_HISTOGRAM_ARITHMETIC_OPERATORS_HPP #include diff --git a/include/boost/histogram/axis/any.hpp b/include/boost/histogram/axis/any.hpp index 41352e10..ac068f24 100644 --- a/include/boost/histogram/axis/any.hpp +++ b/include/boost/histogram/axis/any.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_AXIS_ANY_HPP_ -#define _BOOST_HISTOGRAM_AXIS_ANY_HPP_ +#ifndef BOOST_HISTOGRAM_AXIS_ANY_HPP +#define BOOST_HISTOGRAM_AXIS_ANY_HPP #include #include diff --git a/include/boost/histogram/axis/base.hpp b/include/boost/histogram/axis/base.hpp index 25c17765..43dd60ea 100644 --- a/include/boost/histogram/axis/base.hpp +++ b/include/boost/histogram/axis/base.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_AXIS_BASE_HPP_ -#define _BOOST_HISTOGRAM_AXIS_BASE_HPP_ +#ifndef BOOST_HISTOGRAM_AXIS_BASE_HPP +#define BOOST_HISTOGRAM_AXIS_BASE_HPP #include #include diff --git a/include/boost/histogram/axis/interval_view.hpp b/include/boost/histogram/axis/interval_view.hpp index ecea5329..121794fc 100644 --- a/include/boost/histogram/axis/interval_view.hpp +++ b/include/boost/histogram/axis/interval_view.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_AXIS_INTERVAL_VIEW_HPP_ -#define _BOOST_HISTOGRAM_AXIS_INTERVAL_VIEW_HPP_ +#ifndef BOOST_HISTOGRAM_AXIS_INTERVAL_VIEW_HPP +#define BOOST_HISTOGRAM_AXIS_INTERVAL_VIEW_HPP #include #include diff --git a/include/boost/histogram/axis/iterator.hpp b/include/boost/histogram/axis/iterator.hpp index b4ca35b3..04c676d8 100644 --- a/include/boost/histogram/axis/iterator.hpp +++ b/include/boost/histogram/axis/iterator.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_AXIS_ITERATOR_HPP_ -#define _BOOST_HISTOGRAM_AXIS_ITERATOR_HPP_ +#ifndef BOOST_HISTOGRAM_AXIS_ITERATOR_HPP +#define BOOST_HISTOGRAM_AXIS_ITERATOR_HPP #include diff --git a/include/boost/histogram/axis/ostream_operators.hpp b/include/boost/histogram/axis/ostream_operators.hpp index 807a853e..d5f6ba37 100644 --- a/include/boost/histogram/axis/ostream_operators.hpp +++ b/include/boost/histogram/axis/ostream_operators.hpp @@ -6,8 +6,8 @@ // // String representations here evaluate correctly in Python. -#ifndef _BOOST_HISTOGRAM_AXIS_OSTREAM_OPERATORS_HPP_ -#define _BOOST_HISTOGRAM_AXIS_OSTREAM_OPERATORS_HPP_ +#ifndef BOOST_HISTOGRAM_AXIS_OSTREAM_OPERATORS_HPP +#define BOOST_HISTOGRAM_AXIS_OSTREAM_OPERATORS_HPP #include #include diff --git a/include/boost/histogram/axis/types.hpp b/include/boost/histogram/axis/types.hpp index 3e59dbf3..883d5631 100644 --- a/include/boost/histogram/axis/types.hpp +++ b/include/boost/histogram/axis/types.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_AXIS_TYPES_HPP_ -#define _BOOST_HISTOGRAM_AXIS_TYPES_HPP_ +#ifndef BOOST_HISTOGRAM_AXIS_TYPES_HPP +#define BOOST_HISTOGRAM_AXIS_TYPES_HPP #include #include diff --git a/include/boost/histogram/axis/value_view.hpp b/include/boost/histogram/axis/value_view.hpp index 5a259b01..814b97fd 100644 --- a/include/boost/histogram/axis/value_view.hpp +++ b/include/boost/histogram/axis/value_view.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_AXIS_VALUE_VIEW_HPP_ -#define _BOOST_HISTOGRAM_AXIS_VALUE_VIEW_HPP_ +#ifndef BOOST_HISTOGRAM_AXIS_VALUE_VIEW_HPP +#define BOOST_HISTOGRAM_AXIS_VALUE_VIEW_HPP #include #include diff --git a/include/boost/histogram/detail/axes.hpp b/include/boost/histogram/detail/axes.hpp index e4224fb6..71e4850f 100644 --- a/include/boost/histogram/detail/axes.hpp +++ b/include/boost/histogram/detail/axes.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_DETAIL_AXES_HPP_ -#define _BOOST_HISTOGRAM_DETAIL_AXES_HPP_ +#ifndef BOOST_HISTOGRAM_DETAIL_AXES_HPP +#define BOOST_HISTOGRAM_DETAIL_AXES_HPP #include #include diff --git a/include/boost/histogram/detail/buffer.hpp b/include/boost/histogram/detail/buffer.hpp index e31c6c51..e2bfc346 100644 --- a/include/boost/histogram/detail/buffer.hpp +++ b/include/boost/histogram/detail/buffer.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_DETAIL_BUFFER_HPP_ -#define _BOOST_HISTOGRAM_DETAIL_BUFFER_HPP_ +#ifndef BOOST_HISTOGRAM_DETAIL_BUFFER_HPP +#define BOOST_HISTOGRAM_DETAIL_BUFFER_HPP #include #include diff --git a/include/boost/histogram/detail/cat.hpp b/include/boost/histogram/detail/cat.hpp index 42bda03b..380b96be 100644 --- a/include/boost/histogram/detail/cat.hpp +++ b/include/boost/histogram/detail/cat.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_DETAIL_CAT_HPP_ -#define _BOOST_HISTOGRAM_DETAIL_CAT_HPP_ +#ifndef BOOST_HISTOGRAM_DETAIL_CAT_HPP +#define BOOST_HISTOGRAM_DETAIL_CAT_HPP #include #include diff --git a/include/boost/histogram/detail/index_cache.hpp b/include/boost/histogram/detail/index_cache.hpp index 891102b7..af3cd889 100644 --- a/include/boost/histogram/detail/index_cache.hpp +++ b/include/boost/histogram/detail/index_cache.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_DETAIL_INDEX_CACHE_HPP_ -#define _BOOST_HISTOGRAM_DETAIL_INDEX_CACHE_HPP_ +#ifndef BOOST_HISTOGRAM_DETAIL_INDEX_CACHE_HPP +#define BOOST_HISTOGRAM_DETAIL_INDEX_CACHE_HPP #include #include diff --git a/include/boost/histogram/detail/index_mapper.hpp b/include/boost/histogram/detail/index_mapper.hpp index 1d58a82d..ebc9a17b 100644 --- a/include/boost/histogram/detail/index_mapper.hpp +++ b/include/boost/histogram/detail/index_mapper.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_DETAIL_INDEX_MAPPER_HPP_ -#define _BOOST_HISTOGRAM_DETAIL_INDEX_MAPPER_HPP_ +#ifndef BOOST_HISTOGRAM_DETAIL_INDEX_MAPPER_HPP +#define BOOST_HISTOGRAM_DETAIL_INDEX_MAPPER_HPP #include #include diff --git a/include/boost/histogram/detail/meta.hpp b/include/boost/histogram/detail/meta.hpp index 944bbe06..5eda66e4 100644 --- a/include/boost/histogram/detail/meta.hpp +++ b/include/boost/histogram/detail/meta.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_DETAIL_META_HPP_ -#define _BOOST_HISTOGRAM_DETAIL_META_HPP_ +#ifndef BOOST_HISTOGRAM_DETAIL_META_HPP +#define BOOST_HISTOGRAM_DETAIL_META_HPP #include #include diff --git a/include/boost/histogram/histogram.hpp b/include/boost/histogram/histogram.hpp index 0284345f..1125a8ef 100644 --- a/include/boost/histogram/histogram.hpp +++ b/include/boost/histogram/histogram.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_HISTOGRAM_HPP_ -#define _BOOST_HISTOGRAM_HISTOGRAM_HPP_ +#ifndef BOOST_HISTOGRAM_HISTOGRAM_HPP +#define BOOST_HISTOGRAM_HISTOGRAM_HPP #include #include diff --git a/include/boost/histogram/histogram_fwd.hpp b/include/boost/histogram/histogram_fwd.hpp index df4f9b76..eee416bd 100644 --- a/include/boost/histogram/histogram_fwd.hpp +++ b/include/boost/histogram/histogram_fwd.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_HISTOGRAM_FWD_HPP_ -#define _BOOST_HISTOGRAM_HISTOGRAM_FWD_HPP_ +#ifndef BOOST_HISTOGRAM_HISTOGRAM_FWD_HPP +#define BOOST_HISTOGRAM_HISTOGRAM_FWD_HPP #include // for std::allocator #include diff --git a/include/boost/histogram/iterator.hpp b/include/boost/histogram/iterator.hpp index 4572111d..da848b96 100644 --- a/include/boost/histogram/iterator.hpp +++ b/include/boost/histogram/iterator.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_VALUE_ITERATOR_HPP_ -#define _BOOST_HISTOGRAM_VALUE_ITERATOR_HPP_ +#ifndef BOOST_HISTOGRAM_VALUE_ITERATOR_HPP +#define BOOST_HISTOGRAM_VALUE_ITERATOR_HPP #include #include diff --git a/include/boost/histogram/literals.hpp b/include/boost/histogram/literals.hpp index bd71907b..bb7a587a 100644 --- a/include/boost/histogram/literals.hpp +++ b/include/boost/histogram/literals.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_LITERALS_HPP_ -#define _BOOST_HISTOGRAM_LITERALS_HPP_ +#ifndef BOOST_HISTOGRAM_LITERALS_HPP +#define BOOST_HISTOGRAM_LITERALS_HPP #include #include diff --git a/include/boost/histogram/ostream_operators.hpp b/include/boost/histogram/ostream_operators.hpp index 5096b437..c54e9f7a 100644 --- a/include/boost/histogram/ostream_operators.hpp +++ b/include/boost/histogram/ostream_operators.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_OSTREAM_OPERATORS_HPP_ -#define _BOOST_HISTOGRAM_OSTREAM_OPERATORS_HPP_ +#ifndef BOOST_HISTOGRAM_OSTREAM_OPERATORS_HPP +#define BOOST_HISTOGRAM_OSTREAM_OPERATORS_HPP #include #include diff --git a/include/boost/histogram/serialization.hpp b/include/boost/histogram/serialization.hpp index d82ac3ca..5d96b2b6 100644 --- a/include/boost/histogram/serialization.hpp +++ b/include/boost/histogram/serialization.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_HISTOGRAM_SERIALIZATION_HPP_ -#define BOOST_HISTOGRAM_SERIALIZATION_HPP_ +#ifndef BOOST_HISTOGRAM_SERIALIZATION_HPP +#define BOOST_HISTOGRAM_SERIALIZATION_HPP #include #include diff --git a/include/boost/histogram/storage/adaptive_storage.hpp b/include/boost/histogram/storage/adaptive_storage.hpp index f44811a3..d378f159 100644 --- a/include/boost/histogram/storage/adaptive_storage.hpp +++ b/include/boost/histogram/storage/adaptive_storage.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_STORAGE_ADAPTIVE_HPP_ -#define _BOOST_HISTOGRAM_STORAGE_ADAPTIVE_HPP_ +#ifndef BOOST_HISTOGRAM_STORAGE_ADAPTIVE_HPP +#define BOOST_HISTOGRAM_STORAGE_ADAPTIVE_HPP #include #include diff --git a/include/boost/histogram/storage/array_storage.hpp b/include/boost/histogram/storage/array_storage.hpp index 873b2432..e611b56a 100644 --- a/include/boost/histogram/storage/array_storage.hpp +++ b/include/boost/histogram/storage/array_storage.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_STORAGE_ARRAY_HPP_ -#define _BOOST_HISTOGRAM_STORAGE_ARRAY_HPP_ +#ifndef BOOST_HISTOGRAM_STORAGE_ARRAY_HPP +#define BOOST_HISTOGRAM_STORAGE_ARRAY_HPP #include #include diff --git a/include/boost/histogram/storage/operators.hpp b/include/boost/histogram/storage/operators.hpp index bd4e696f..5772ad4d 100644 --- a/include/boost/histogram/storage/operators.hpp +++ b/include/boost/histogram/storage/operators.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_STORAGE_OPERATORS_HPP_ -#define _BOOST_HISTOGRAM_STORAGE_OPERATORS_HPP_ +#ifndef BOOST_HISTOGRAM_STORAGE_OPERATORS_HPP +#define BOOST_HISTOGRAM_STORAGE_OPERATORS_HPP #include diff --git a/include/boost/histogram/storage/weight_counter.hpp b/include/boost/histogram/storage/weight_counter.hpp index 5c970727..55c4127e 100644 --- a/include/boost/histogram/storage/weight_counter.hpp +++ b/include/boost/histogram/storage/weight_counter.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_STORAGE_WEIGHT_COUNTER_HPP_ -#define _BOOST_HISTOGRAM_STORAGE_WEIGHT_COUNTER_HPP_ +#ifndef BOOST_HISTOGRAM_STORAGE_WEIGHT_COUNTER_HPP +#define BOOST_HISTOGRAM_STORAGE_WEIGHT_COUNTER_HPP #include #include diff --git a/include/boost/histogram/weight.hpp b/include/boost/histogram/weight.hpp index 6efa10f0..b084272e 100644 --- a/include/boost/histogram/weight.hpp +++ b/include/boost/histogram/weight.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_WEIGHT_HPP_ -#define _BOOST_HISTOGRAM_WEIGHT_HPP_ +#ifndef BOOST_HISTOGRAM_WEIGHT_HPP +#define BOOST_HISTOGRAM_WEIGHT_HPP namespace boost { namespace histogram { diff --git a/src/python/serialization_suite.hpp b/src/python/serialization_suite.hpp index bde91c5e..4718901e 100644 --- a/src/python/serialization_suite.hpp +++ b/src/python/serialization_suite.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_PYTHON_SERIALIZATION_SUITE_HPP_ -#define _BOOST_HISTOGRAM_PYTHON_SERIALIZATION_SUITE_HPP_ +#ifndef BOOST_HISTOGRAM_PYTHON_SERIALIZATION_SUITE_HPP +#define BOOST_HISTOGRAM_PYTHON_SERIALIZATION_SUITE_HPP #include #include diff --git a/src/python/utility.hpp b/src/python/utility.hpp index 2ad168ca..b3322947 100644 --- a/src/python/utility.hpp +++ b/src/python/utility.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef _BOOST_HISTOGRAM_PYTHON_UTILITY_HPP_ -#define _BOOST_HISTOGRAM_PYTHON_UTILITY_HPP_ +#ifndef BOOST_HISTOGRAM_PYTHON_UTILITY_HPP +#define BOOST_HISTOGRAM_PYTHON_UTILITY_HPP #include #include diff --git a/test/utility.hpp b/test/utility.hpp index 949e1e25..2709ac2e 100644 --- a/test/utility.hpp +++ b/test/utility.hpp @@ -4,8 +4,8 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_HISTOGRAM_TEST_UTILITY_HPP_ -#define BOOST_HISTOGRAM_TEST_UTILITY_HPP_ +#ifndef BOOST_HISTOGRAM_TEST_UTILITY_HPP +#define BOOST_HISTOGRAM_TEST_UTILITY_HPP #include #include