[Bug libstdc++/23465] Assignment fails on TR1 unordered containers

2005-08-25 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-08-25 08:27 --- Fixed for 4.0.2. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/23465] Assignment fails on TR1 unordered containers

2005-08-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-25 08:26 --- Subject: Bug 23465 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-08-25 08:26:18 Modified files: libstdc++-v3 : Change

[Bug libstdc++/23465] Assignment fails on TR1 unordered containers

2005-08-24 Thread pcarlini at suse dot de
-- What|Removed |Added Target Milestone|--- |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23465

[Bug libstdc++/23465] Assignment fails on TR1 unordered containers

2005-08-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-24 15:00 --- Subject: Bug 23465 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-24 15:00:20 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/inclu

[Bug libstdc++/23465] Assignment fails on TR1 unordered containers

2005-08-23 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-08-23 09:57 --- Thanks Chris. I will work on this issue. -- What|Removed |Added AssignedTo|unassigned at gc

[Bug libstdc++/23465] Assignment fails on TR1 unordered containers

2005-08-18 Thread chris at bubblescope dot net
--- Additional Comments From chris at bubblescope dot net 2005-08-18 17:26 --- The following simple piece of code fails to compile. #include int main(void) { std::tr1::unordered_set i,j; i = j; } The error is in fact in , and as all the unordered containers inherit from here, the