I have following code:
Eigen::Vector3f p, q; p << 1, 2, 3; q = p; q.x() = 42;
and the code works as expected and does what it should, but C