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++/14370] Problems with forward declaration of the vector class breaks boost


------- 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


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