Files
FastDeploy/third_party/eigen/test/bug1213.cpp
Jack Zhou 355382ad63 Move eigen to third party (#282)
* remove useless statement

* Add eigen to third_party dir

* remove reducdant lines
2022-09-26 19:24:02 +08:00

8 lines
169 B
C++

// This anonymous enum is essential to trigger the linking issue
enum { Foo };
#include "bug1213.h"
bool bug1213_1(const Eigen::Vector3f& x) { return bug1213_2(x); }