diff --git a/src/include/units/physical/fps/length.h b/src/include/units/physical/fps/length.h index 4872c7ea..c4716c9f 100644 --- a/src/include/units/physical/fps/length.h +++ b/src/include/units/physical/fps/length.h @@ -60,6 +60,8 @@ inline namespace literals { // Thousandth constexpr auto operator"" q_thou(unsigned long long l) { return length(l); } constexpr auto operator"" q_thou(long double l) { return length(l); } +constexpr auto operator"" q_mil(unsigned long long l) { return length(l); } +constexpr auto operator"" q_mil(long double l) { return length(l); } // Inch