sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

Documentation Typo: SOL_SAFE_FUNCTIONS vs SOL_SAFE_FUNCTION

Open Magxm opened this issue 3 years ago • 0 comments

The safety documentation refers to the macro as SOL_SAFE_FUNCTION.

Here in the .rst Here on the actual website

In version.hpp on the other hand, the expected macro is SOL_SAFE_FUNCTIONS

https://github.com/ThePhD/sol2/blob/50b62c9346750b7c2c406c9e4c546f96b0bf021d/include/sol/version.hpp#L351

Magxm avatar Mar 02 '22 02:03 Magxm