From fa2bdd1e08d4abfc4cf45d568ef8566e43db3f21 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 15 Oct 2019 21:20:01 +0200 Subject: [PATCH] More 'todo' -> 'TODO' changes --- src/include/units/quantity.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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