gcc 4.9 idiosyncrasies
This commit is contained in:
parent
9e0a1dff72
commit
a505b9f037
1 changed files with 1 additions and 1 deletions
|
|
@ -674,7 +674,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::array<uint32_t, N> seeds_ {};
|
std::array<uint32_t, N> seeds_ {{}};
|
||||||
float mean_ { 0 };
|
float mean_ { 0 };
|
||||||
float gain_ { 0 };
|
float gain_ { 0 };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue