]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/units/base_units/us/ton.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / units / base_units / us / ton.hpp
index 84daa85a73e7977b767a3bf2393cb7bb61110639..d1f52e8319d59ede2a294990904397388927f69a 100644 (file)
@@ -28,8 +28,8 @@ typedef scaled_base_unit<pound_base_unit, scale<2000, static_rational<1> > > ton
 
 template<>
 struct base_unit_info<us::ton_base_unit> {
-    static const char* name()   { return("short ton"); }
-    static const char* symbol() { return("t"); }
+    static BOOST_CONSTEXPR const char* name()   { return("short ton"); }
+    static BOOST_CONSTEXPR const char* symbol() { return("t"); }
 };
 
 } // namespace units