This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC1352R1: Error -6311

Part Number: LAUNCHXL-CC1352R1

Tool/software: Code Composer Studio

Hi,

I'm trying to convert one float to a string (I'm using c++), but I get this error:

My code:

#include <string>

string z= to_string(123.12);

If I comment string z= to_string(123.12); then the error fade out. How could I do this?