inx
#1
hi.
i came across this on a rpi-2 with raspbian-7 installed and oF-0.9.0 nightly from 18.sept:
when using:
#if __cplusplus>=201103
std::atomic<bool> isRunning;
#endif
the compiler complains:
'atomic' in namespace 'std' does not name a type
atomic is part of c++11.
whats wrong?
cheers
io
arturo
#2
what version of gcc is it using?
inx
#3
it’s:
gcc (Raspbian 4.8.2-21~rpi3rpi1) 4.8.2
inx
#4
ah! stupid mistake.
i did not include atomic 
osx did resolve it without explicit include, debian not.