/EigenVersionProblem

Code demonstrating how using two different versions of Eigen in the same code is problematic

Primary LanguageCMakeApache License 2.0Apache-2.0

EigenVersionProblem

Code used to demonstrate an issue in the discussion:

microsoft/onnxruntime#2812

Should be possible to compile with any reasonable C++ compiler, and a recent CMake version.

The expected output after compilation is:

[bash][thor]:install > ./bin/testNew
New printout
[bash][thor]:install > ./bin/testOld
Old printout
[bash][thor]:install > ./bin/testBoth1
Old printout
Old printout
[bash][thor]:install > ./bin/testBoth2
New printout
New printout
[bash][thor]:install >