This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/11286] the stl files wont compile
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jun 2003 07:45:22 -0000
- Subject: [Bug libstdc++/11286] the stl files wont compile
- References: <20030622184656.11286.VladAtNYC@usa.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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