Does ITK mangle the symbols in the Eigen 3rd party library it includes?
The initial paragraph in this file states that it does the mangling to avoid conflicts with other copies of the Eigen library in the same process:
but the bullet points do not explicitly state how the mangling is done.
I see references to an “itkeigen” namespace in a comment in the the raw view of the above README, and also elsewhere:
https://gitlab.kitware.com/phcerdan/eigen/-/blob/for/itk_backup/README.kitware.md
Can anyone confirm that ITK does the mangling for the Eigen library?
Thanks.