c++.beta - Crash bug, low priority
- Nic Tiger (10/10) Jan 25 2003 This piece of code crashes DMC 8.33.4 (causes GP fault)
This piece of code crashes DMC 8.33.4 (causes GP fault)
namespace B {
};
class A {
using B::x;
};
Although it prints message that x is not in namespace B, then compiler
generates GPF.
This is very low priority bug because it is easily recognized and fixed.
Nic Tiger.
Jan 25 2003








"Nic Tiger" <nictiger progtech.ru>