diff options
Diffstat (limited to 'boost/integer_fwd.hpp')
-rw-r--r-- | boost/integer_fwd.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/integer_fwd.hpp b/boost/integer_fwd.hpp index 10577ae294..18519dd696 100644 --- a/boost/integer_fwd.hpp +++ b/boost/integer_fwd.hpp @@ -159,6 +159,8 @@ template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Valu struct static_unsigned_max; +namespace integer +{ // From <boost/integer/common_factor_ct.hpp> #ifdef BOOST_NO_INTEGRAL_INT64_T @@ -180,6 +182,7 @@ template < typename IntegerType > template < typename IntegerType > class lcm_evaluator; +} // namespace integer } // namespace boost |