diff --git a/src/include/units/quantity.h b/src/include/units/quantity.h index 0345e97c..308deeec 100644 --- a/src/include/units/quantity.h +++ b/src/include/units/quantity.h @@ -85,7 +85,7 @@ namespace units { // treat_as_floating_point - template // todo Conceptify that + template // TODO Conceptify that inline constexpr bool treat_as_floating_point = std::is_floating_point_v; // quantity_cast @@ -442,3 +442,9 @@ namespace units { } } // namespace units + + +// template +// basic_ostream& +// operator<<(basic_ostream& os, +// const duration& d); \ No newline at end of file