Open
Description
Issue
As described here: https://sol2.readthedocs.io/en/latest/errors.html
Sol throws several (18) errors when compiling with g++ v12.2 related to std library methods being undefined.
Resolution
Not sure. This shouldn't be happening because we set(CMAKE_CXX_STANDARD 17)
right at the top of the project CMAKE file