Open imikejackson opened 1 year ago
I think that ITK 5.3.0 compiles with an older VS2022. ITK 5.4 final is around the corner, you can try 5.4RC2.
Thanks for reporting this issue. It should be addressed by commit 687f51e64287615aac4108f867c264ac4e53dd07, from:
Please vote if you find it an important compiler bug:
Class template gets undeserved error C2516: "is not a legal base class" from /permissive-
("Conformance mode")
https://developercommunity.visualstudio.com/t/Class-template-gets-undeserved-error-C25/10243790
Looks like it is this: https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-2/compiler-error-c2516?view=msvc-170
and looks like in those files there is that exact situation.
When can we get a fix and an ITK 5.3.1 release?