------- Comment #4 from rguenth at gcc dot gnu dot org 2009-07-18 16:58 ------- Confirmed.
namespace Bar { typedef int A; }; class CollectionDeleteGuard { public: CollectionDeleteGuard(int); }; CollectionDeleteGuard::CollectionDeleteGuard(int) { using Bar::A; } -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|middle-end |c++ Ever Confirmed|0 |1 Keywords| |ice-on-valid-code Last reconfirmed|0000-00-00 00:00:00 |2009-07-18 16:58:24 date| | Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40799