Skip to content
  • Rob Swindell's avatar
    Add -std=c++11 for .cpp builds · 4c280dc6
    Rob Swindell authored
    Hope to address error reported by rjwboys via IRC when using
    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12)
     from ansiterm.cpp:22   /user/include/c++/5/bits/c++0x_warning.h:32:2
    error #error this file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
    4c280dc6