Sublime Forum

How to enabl with the -std=c++11 or -std=gnu++11 compiler options

#1

#error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the \

this shows when i am trying to compile a c++ code with unorderd map

0 Likes

#2

Make a build system with that flag, as well as the ones you need from the default.

0 Likes

#3

how to run a program in sublime bulid with c++11

0 Likes