Closed MatiasRepetto closed 10 months ago
One thing to note about your PR, which was the exact reason for not creating one from the patch I released in the Github Issues queue, is that this change is not backwards compatible with older releases of Ubuntu that use gcc4.8
and below.
For older systems you must upgrade the gcc
toolchain for this to work.
adding '-std=c++11' flag to prevent the classic "‘nullptr’ was not declared in this scope" error (@nuxy came to the same solution)