summaryrefslogtreecommitdiff
path: root/boost/units/base_units/angle/revolution.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/units/base_units/angle/revolution.hpp')
-rw-r--r--boost/units/base_units/angle/revolution.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/units/base_units/angle/revolution.hpp b/boost/units/base_units/angle/revolution.hpp
index 2dd0d5b9bf..3d576286ef 100644
--- a/boost/units/base_units/angle/revolution.hpp
+++ b/boost/units/base_units/angle/revolution.hpp
@@ -26,8 +26,8 @@ typedef scaled_base_unit<degree_base_unit, scale<360, static_rational<1> > > re
template<>
struct base_unit_info<angle::revolution_base_unit> {
- static const char* name() { return("revolution"); }
- static const char* symbol() { return("rev"); }
+ static BOOST_CONSTEXPR const char* name() { return("revolution"); }
+ static BOOST_CONSTEXPR const char* symbol() { return("rev"); }
};
}