I moved my application to another Linux box, after compilation, it returns an error saying
#include <atomic>
can not be resolved.
I guess the new GNU C++11 header files / libraries are not installed on new machine.
My question is how can I install them?
I am running on Redhat Enterprise, so yum install ?
Thanks.