12345678910111213141516171819 |
- #ifndef BOOST_UNIT_SYSTEMS_METRIC_ARE_HPP_INCLUDED
- #define BOOST_UNIT_SYSTEMS_METRIC_ARE_HPP_INCLUDED
- #include <boost/units/conversion.hpp>
- #include <boost/units/systems/si/area.hpp>
- BOOST_UNITS_DEFINE_BASE_UNIT_WITH_CONVERSIONS(metric, are, "are", "a", 1.0e2, si::area, 10);
- #endif
|