This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/14370] Problems with forward declaration of the vector class breaks boost
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2004 21:16:25 -0000
- Subject: [Bug libstdc++/14370] Problems with forward declaration of the vector class breaks boost
- References: <20040301201947.14370.schmid@snake.iap.physik.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2004-03-01 21:16 -------
Alexandre, can you possibly have a look??
To me, it seems another instance of the thorny 'strong using' issues. Indeed,
changing the testcase like this:
namespace __gnu_norm {
template<class T, class U> class vector;
}
...
makes it compile... Hummm...
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |aoliva at redhat dot com
|dot org |
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-03-01 21:16:24
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14370