Skip to content

getting link error #67

Closed
Closed
@msinha31

Description

@msinha31

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions