Cannot get C ++ 14 using Xcode 7.0.1

I am trying to use C ++ 14 in Xcode 7.0.1 and it does not work. I try to use the std :: string literal and I get an error:

Invalid suffix on literal; C++11 requires a space between literal and identifier.

Since it is supposed to use C ++ 14, why am I getting this error? I tried looking for Xcode for customization or something else, but I can not find anything. I also tried to find online answers, but all answers relate to earlier versions of Xcode.

Here pic: Error message

+4
source share
1 answer

"++ Language Dialect" . , , ++ 11, ++ 14.

enter image description here

:

enter image description here

+13

Source: https://habr.com/ru/post/1613277/


All Articles