mirror of
https://github.com/boostorg/histogram.git
synced 2026-02-13 12:32:10 +00:00
Fix include guards without leading underscore
Remove leading undescore from the macro names, make them legal C++.
This commit is contained in:
@@ -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 <boost/histogram/histogram.hpp>
|
||||
#include <boost/mp11/integral.hpp>
|
||||
|
||||
Reference in New Issue
Block a user