std::to_string

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

std::to_string

534 Views
markusklemm
Contributor II

Using Kinetis Design Studio 3.2.0. with the
GNU ARM C/C++ Cross Compiler
Version: 1.12.1.201502281154
for our
FRDM-KV31F

 

I have the problem that the C++11 standard function "std::to_string" is missing ("error: 'to_string' is not a member of 'std'"). Yes I have included <string> and also tried both the ISO C++11 and the Gnu C++11 language flags. Other string functionality is working.

Labels (1)
0 Kudos
0 Replies