Closed
Description
Hi
I am getting link error
/home/manisha/RTCode/source_updated/C++/Algorithms/Dig_CP/src/Dig_CP_getScores.cpp: In member function ‘double boss::Dig_CP::getScores::retrieveScore()’:
/home/manisha/RTCode/source_updated/C++/Algorithms/Dig_CP/src/Dig_CP_getScores.cpp:89:25: error: ‘using String = class std::basic_string’ has no member named ‘str’
hashKey.SetS(ss.str());
code
is
Aws::String ss;
hashKey.SetS(ss.str());
Aws::string is read as std::basic_string
-Manisha
Metadata
Metadata
Assignees
Labels
No labels