feat: quantity.h now exports quantity_cast and value_cast to simplify library usage

This commit is contained in:
Mateusz Pusz
2023-02-08 20:59:08 -08:00
parent 8a0a61b589
commit 68617f68b0

View File

@@ -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 {