Eigen::Vector2f not initialized correctly when compiled with -O2
I faced an issue that a Eigen::Vector2f
is not correctly initialized if it is initialized in line with other operations and is compiled e.g. with -O2
flag.
I faced an issue that a Eigen::Vector2f
is not correctly initialized if it is initialized in line with other operations and is compiled e.g. with -O2
flag.