This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]