fix: default-initialize with zero()

This commit is contained in:
Johel Ernesto Guerrero Peña
2020-06-17 15:31:22 +02:00
committed by Mateusz Pusz
parent 92c6b0d132
commit ead398f812
+1 -1
View File
@@ -46,7 +46,7 @@ public:
using rep = typename quantity_type::rep;
private:
quantity_type q_{};
quantity_type q_{quantity_type::zero()};
public:
quantity_point() = default;