The code depends on C++11 features heavily. Therefore, you need to use a C++11 compliant compiler. If you're using older versions of GCC such as 4.9, you need to use the flag "std=c++11". This is not ...