[Bug c++/28438] Anon namespace pointers in exported classes

2006-07-19 Thread jason at redhat dot com
--- Comment #2 from jason at redhat dot com 2006-07-19 20:02 --- Subject: Re: New: Anon namespace pointers in exported classes Yes, this is an ODR violation. However, the patch I'm working on will allow it to compile (as a side effect of other desired changes). Jason -- http:/

[Bug c++/28438] Anon namespace pointers in exported classes

2006-07-19 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-19 15:45 --- B violates ODR rules as the class for A is different between the TUs as it is in an anon namespace. See PR 28360 for full details. *** This bug has been marked as a duplicate of 28360 *** -- pinskia at gcc dot