I am working on a C++ program in Eclipse (3.8.1) CDT. I am using the gcc compiler on Debian 8. I\'m also using an open source library called opendnp3 written in C++, which requi
After adding -std=c++11, do this:
-std=c++11
C/C++ General -> Paths and Symbols -> Symbols -> GNU C++
Click Add on the left side and paste __GXX_EXPERIMENTAL_CXX0X__ (ensure to append and prepend two underscores) into Name and leave Value blank.
Add
__GXX_EXPERIMENTAL_CXX0X__
Name
Value