[Bug libstdc++/11286] the stl files wont compile

gdr at integrable-solutions dot net gcc-bugzilla@gcc.gnu.org
Mon Jun 23 08:05:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11286



------- Additional Comments From gdr at integrable-solutions dot net  2003-06-23 07:45 -------
Subject: Re:  New: the stl files wont compile

"VladAtNYC at usa dot net" <gcc-bugzilla@gcc.gnu.org> writes:

| //test.c
| #include <bits/stl_map.h>

You're not supposed to do that.  You should never ever fiddle with
implementation internal files.

Try

   #include <map>.

This PR should be closed.

-- Gaby



More information about the Gcc-bugs mailing list