+ 1
yse.
there is no problem!
but should compile your source code with c++11
for example:
if name of your source code is "test.cpp"
you should type
"g++ -std=c++11 test.cpp"
in terminal or cmd(if you installed tmd software!), to compile your program!