forked from mpusz/mp-units
feat: quantity.h
now exports quantity_cast
and value_cast
to simplify library usage
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
#include <compare>
|
||||
#include <utility>
|
||||
|
||||
// the below is not used in this header but should be exposed with it
|
||||
#include <mp_units/bits/quantity_cast.h>
|
||||
#include <mp_units/bits/value_cast.h>
|
||||
|
||||
namespace mp_units {
|
||||
|
||||
namespace detail {
|
||||
|
Reference in New Issue
Block a user