Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | - if (emergency_exit_) { | > | + if (this->emergency_exit_) { | > | | > | For the love of God, WHY? Lars, the latest and greatest doesn't | > | necessarily mean that it's right. This is clearly ridiculous. | > | > According to how the gurus interpret the C++ standard, this is how it | > should be. | | Are you saying that member variables must now be accessed with an explicit | "this->" ? Or only those in base classes? Or only those in template | classes?
base classes. -- Lgb