--- Additional Comments From pcarlini at suse dot de 2005-08-25 08:27
---
Fixed for 4.0.2.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- 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
--
What|Removed |Added
Target Milestone|--- |4.0.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23465
--- 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
--- 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
--- 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