diff --git a/include/xo/unit/quantity.hpp b/include/xo/unit/quantity.hpp index c9676797..4855c0ee 100644 --- a/include/xo/unit/quantity.hpp +++ b/include/xo/unit/quantity.hpp @@ -530,7 +530,9 @@ namespace xo { inline constexpr auto volatility_250d(Repr x) { return quantity(x); } template inline constexpr auto volatility_360d(Repr x) { return quantity(x); } - } + template + inline constexpr auto volatility_365d(Repr x) { return quantity(x); } + } /*namespace qty*/ /* reminder: see [quantity_ops.hpp] for operator* etc */ } /*namespace qty*/