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; using rep = typename quantity_type::rep;
private: private:
quantity_type q_{quantity_type::zero()}; quantity_type q_{};
public: public:
quantity_point() = default; quantity_point() = default;