
12 Jul
2005
12 Jul
'05
11:41 a.m.
AlisdairM wrote:
Tobias Schwinger wrote:
Feel free to ask me if you need some testing -- I currently have a little BCC farm installed (5.5.0, 5.5.1, 5.6.4, 5.6.5). <snip>
namespace A { struct duplicate {}; }
namespace B { using namespace A; struct duplicate {}; }
This code breaks with 5.5.0, 5.5.1, 5.6.4, and 5.6.5. My guess is that it breaks with Kylix and older versions too. Regards, Tobias