revert: default-initializing with zero()

Refs: 636358f
This commit is contained in:
Johel Ernesto Guerrero Peña
2020-05-31 15:05:17 -04:00
committed by Mateusz Pusz
parent fb88a441c9
commit ef316a3dba

View File

@@ -46,7 +46,7 @@ public:
using rep = typename quantity_type::rep;
private:
quantity_type q_{quantity_type::zero()};
quantity_type q_{};
public:
quantity_point() = default;