minus-square___f____g___@lemmy.catoNo Stupid Questions@lemmy.world•Help with getting SFML for C++ set up for a project?linkfedilinkarrow-up1·11 days agoI think it’s complaining that you don’t have the include statement for std::optional. Try adding #include <optional> above the SFML include. linkfedilink
I think it’s complaining that you don’t have the include statement for std::optional. Try adding
#include <optional>above the SFML include.