Skip to content

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

License

Notifications You must be signed in to change notification settings

krasznaa/EigenVersionProblem

Repository files navigation

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 >

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published