24 #ifndef PSS_ASTROTYPES_UNITS_ANGLE_H
25 #define PSS_ASTROTYPES_UNITS_ANGLE_H
27 #pragma GCC diagnostic push
28 #pragma GCC diagnostic ignored "-Wall"
29 #pragma GCC diagnostic ignored "-Wpragmas"
30 #pragma GCC diagnostic ignored "-Wunused-parameter"
31 #pragma GCC diagnostic ignored "-Wunused-variable"
32 #include <boost/units/quantity.hpp>
33 #include <boost/units/systems/angle/degrees.hpp>
34 #pragma GCC diagnostic pop
37 namespace astrotypes {
40 using Degree = boost::units::degree::plane_angle;
42 static Degree const degree = boost::units::degree::degree;
43 static Degree const degrees = boost::units::degree::degrees;
49 #endif // PSS_ASTROTYPES_UNITS_ANGLE_H
boost::units::degree::plane_angle Degree