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
source
share