What does Clions warning for a eigen vector3f: 'call to “x” is ambiguous' mean?

后端 未结 0 1360
深忆病人
深忆病人 2021-01-26 17:24

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题