summaryrefslogtreecommitdiff
path: root/boost/units/base_units
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-03-21 15:45:20 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-03-21 15:46:37 +0900
commit733b5d5ae2c5d625211e2985ac25728ac3f54883 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /boost/units/base_units
parent08c1e93fa36a49f49325a07fe91ff92c964c2b6c (diff)
downloadboost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.gz
boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.bz2
boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.zip
Imported Upstream version 1.58.0upstream/1.58.0
Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'boost/units/base_units')
-rw-r--r--boost/units/base_units/information/bit.hpp7
-rw-r--r--boost/units/base_units/information/byte.hpp6
-rw-r--r--boost/units/base_units/information/hartley.hpp6
-rw-r--r--boost/units/base_units/information/nat.hpp6
-rw-r--r--boost/units/base_units/information/shannon.hpp6
5 files changed, 15 insertions, 16 deletions
diff --git a/boost/units/base_units/information/bit.hpp b/boost/units/base_units/information/bit.hpp
index d3cd5d736f..28a413ea18 100644
--- a/boost/units/base_units/information/bit.hpp
+++ b/boost/units/base_units/information/bit.hpp
@@ -7,8 +7,8 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-#ifndef BOOST_UNITS_INFORMATION_BIT_BASE_UNIT_HPP
-#define BOOST_UNITS_INFORMATION_BIT_BASE_UNIT_HPP
+#ifndef BOOST_UNITS_BASE_UNITS_INFORMATION_BIT_HPP_INCLUDED
+#define BOOST_UNITS_BASE_UNITS_INFORMATION_BIT_HPP_INCLUDED
#include <string>
@@ -38,5 +38,4 @@ BOOST_TYPEOF_REGISTER_TYPE(boost::units::information::bit_base_unit)
#endif
-
-#endif // BOOST_UNITS_INFORMATION_BIT_BASE_UNIT_HPP
+#endif // BOOST_UNITS_BASE_UNITS_INFORMATION_BIT_HPP_INCLUDED
diff --git a/boost/units/base_units/information/byte.hpp b/boost/units/base_units/information/byte.hpp
index 61898bf38b..6cd9692d3b 100644
--- a/boost/units/base_units/information/byte.hpp
+++ b/boost/units/base_units/information/byte.hpp
@@ -7,8 +7,8 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-#ifndef BOOST_UNIT_SYSTEMS_INFORMATION_BYTE_HPP
-#define BOOST_UNIT_SYSTEMS_INFORMATION_BYTE_HPP
+#ifndef BOOST_UNITS_BASE_UNITS_INFORMATION_BYTE_HPP_INCLUDED
+#define BOOST_UNITS_BASE_UNITS_INFORMATION_BYTE_HPP_INCLUDED
#include <boost/units/scaled_base_unit.hpp>
#include <boost/units/static_rational.hpp>
@@ -33,4 +33,4 @@ struct base_unit_info<information::byte_base_unit> {
} // namespace units
} // namespace boost
-#endif // BOOST_UNIT_SYSTEMS_INFORMATION_BYTE_HPP
+#endif // BOOST_UNITS_BASE_UNITS_INFORMATION_BYTE_HPP_INCLUDED
diff --git a/boost/units/base_units/information/hartley.hpp b/boost/units/base_units/information/hartley.hpp
index 8184b2473d..c3df2d287b 100644
--- a/boost/units/base_units/information/hartley.hpp
+++ b/boost/units/base_units/information/hartley.hpp
@@ -7,8 +7,8 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-#ifndef BOOST_UNIT_SYSTEMS_INFORMATION_HARTLEY_HPP
-#define BOOST_UNIT_SYSTEMS_INFORMATION_HARTLEY_HPP
+#ifndef BOOST_UNITS_BASE_UNITS_INFORMATION_HARTLEY_HPP_INCLUDED
+#define BOOST_UNITS_BASE_UNITS_INFORMATION_HARTLEY_HPP_INCLUDED
#include <boost/units/conversion.hpp>
#include <boost/units/base_units/information/bit.hpp>
@@ -27,4 +27,4 @@ BOOST_TYPEOF_REGISTER_TYPE(boost::units::information::hartley_base_unit)
#endif
-#endif // BOOST_UNIT_SYSTEMS_INFORMATION_HARTLEY_HPP
+#endif // BOOST_UNITS_BASE_UNITS_INFORMATION_HARTLEY_HPP_INCLUDED
diff --git a/boost/units/base_units/information/nat.hpp b/boost/units/base_units/information/nat.hpp
index 24c1d1067f..a307215193 100644
--- a/boost/units/base_units/information/nat.hpp
+++ b/boost/units/base_units/information/nat.hpp
@@ -7,8 +7,8 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-#ifndef BOOST_UNIT_SYSTEMS_INFORMATION_NAT_HPP
-#define BOOST_UNIT_SYSTEMS_INFORMATION_NAT_HPP
+#ifndef BOOST_UNITS_BASE_UNITS_INFORMATION_NAT_HPP_INCLUDED
+#define BOOST_UNITS_BASE_UNITS_INFORMATION_NAT_HPP_INCLUDED
#include <boost/units/conversion.hpp>
#include <boost/units/base_units/information/bit.hpp>
@@ -27,4 +27,4 @@ BOOST_TYPEOF_REGISTER_TYPE(boost::units::information::nat_base_unit)
#endif
-#endif // BOOST_UNIT_SYSTEMS_INFORMATION_NAT_HPP
+#endif // BOOST_UNITS_BASE_UNITS_INFORMATION_NAT_HPP_INCLUDED
diff --git a/boost/units/base_units/information/shannon.hpp b/boost/units/base_units/information/shannon.hpp
index f76efae844..b52bf7afb9 100644
--- a/boost/units/base_units/information/shannon.hpp
+++ b/boost/units/base_units/information/shannon.hpp
@@ -7,8 +7,8 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-#ifndef BOOST_UNIT_SYSTEMS_INFORMATION_SHANNON_HPP
-#define BOOST_UNIT_SYSTEMS_INFORMATION_SHANNON_HPP
+#ifndef BOOST_UNITS_BASE_UNITS_INFORMATION_SHANNON_HPP_INCLUDED
+#define BOOST_UNITS_BASE_UNITS_INFORMATION_SHANNON_HPP_INCLUDED
#include <boost/units/scaled_base_unit.hpp>
#include <boost/units/static_rational.hpp>
@@ -33,4 +33,4 @@ struct base_unit_info<information::shannon_base_unit> {
} // namespace units
} // namespace boost
-#endif // BOOST_UNIT_SYSTEMS_INFORMATION_SHANNON_HPP
+#endif // BOOST_UNITS_BASE_UNITS_INFORMATION_SHANNON_HPP_INCLUDED