Hi,
I was attempting to install the FRC 2016 Toolchain on Mac OS X, and, though it seemed to install correctly, when I attempt to compile any code, it gives me the following error:
Code:
wpilib/cpp/current/include/Base.h:65:18: fatal error: atomic: No such file or directory
#include <atomic>
^
However, sometimes the error points to "#include <iostream>" rather than atomic. Does anyone know of a fix to this problem?