Comment on Help with getting SFML for C++ set up for a project?
sgh@lemmy.ml 1 week ago
Which C++ standard are you using? I think you should look into explicitly specifying at least C++11 as the error is whithin the if(declare var)… world.
Afaik this is not supported before C++11.