gcc 4.9 idiosyncrasies

This commit is contained in:
Paul Ferrand 2020-09-19 02:46:42 +02:00
parent 9e0a1dff72
commit a505b9f037

View file

@ -674,7 +674,7 @@ public:
}
private:
std::array<uint32_t, N> seeds_ {};
std::array<uint32_t, N> seeds_ {{}};
float mean_ { 0 };
float gain_ { 0 };
};