Scott Ferguson
Results
2
comments of
Scott Ferguson
The MSVC static/dynamic CRT's aren't compatible so the project being benchmarked is linked with the MSVC static CRT you get a [linker error](https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-error-lnk2038?view=msvc-170) since `benchmark.lib` is linked with the MSVC...
As a trade off IL2CPP by default does not do an exhaustive search for generic virtual implementations - although it is possible to do so. This was done to reduce...