View Single Post
Old 01-30-2017, 01:19 PM   #1
br_ck1
Human being with feelings
 
Join Date: Dec 2015
Posts: 39
Default Xcode and std::stof

Hello,

I'm having a very annoying issue in Xcode7.
I use in my c++ code the std::stof() function. It works fine on Windows VisualStudio but on macOS Xcode it states that stof() is not a member function of std::

I use Clang 1.0 as a compiler.

Anyone has a hint please? I would like to continue using stof() in my code...

Thank you in advance,
br_ck1 is offline   Reply With Quote