Problems in using <map>
by YehudaSinger from LinuxQuestions.org on (#5HC34)
Dear Sir/Mrs.
We want to use the <map> from the STL library in GNU and CLANG C++ projects.
Of course we inserted the include statement:
#include <map>
We get a compilation error on the statement:
::std::map<::std::string, table_entry*>
The error is that ::std:map can not be resolved. We also tried using std::map. In vain.
Thaks for your help.
Yehuda
We want to use the <map> from the STL library in GNU and CLANG C++ projects.
Of course we inserted the include statement:
#include <map>
We get a compilation error on the statement:
::std::map<::std::string, table_entry*>
The error is that ::std:map can not be resolved. We also tried using std::map. In vain.
Thaks for your help.
Yehuda