Stefan Frings
Stefan Frings
This fix only adds the /MP parameter to Visual Studio compilers instead of adding it to all compilers under Windows. Without this change the build in a MSYS2 environment with...
This fix prevents a segmentation fault in case a C++ function is called from Lua and nil instead of an object of a registered class is passed as parameter. -...
From my understanding the STL container stack specializations provide the isInstance function to indicate if the element on the stack can be converted to the corresponding C++ container. This is...