For some reason, MinGW (actually gcc on MinGW) throws an error when I compile the following code:
In particular, it claims that “TransformSpace” is not a class or namespace. Removing that argument from the function lets the code compile and run. However, I do need that parameter. Am I missing something? That syntax works fine on VS, and even emscripten…