Article 5HC34 Problems in using <map>

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.
Yehudalatest?d=yIl2AUoC8zA latest?i=Y897xuCR5TU:GowaeZ7BUGQ:F7zBnMy latest?i=Y897xuCR5TU:GowaeZ7BUGQ:V_sGLiP latest?d=qj6IDK7rITs latest?i=Y897xuCR5TU:GowaeZ7BUGQ:gIN9vFwY897xuCR5TU
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments