Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 about spelling check
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

netics
Senior Member

30 Posts

Posted - Apr 24 2007 :  8:26:48 PM  Show Profile  Reply with Quote

first, the code.





class InterfaceA
{
public:
    class InnerClass         {};
};

class ImplementationA : public InterfaceA
{
public:
    struct SomeInnerStructure
    {
        InnerClass*                 p1;
        ~~~~~~~~~~~ <-- spelling checker marks here, but this is legitimate
   
        InterfaceA::InnerClass*     p2;      <-- spelling checker don't complain.
    };
};





can this be fixed?

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Apr 25 2007 :  06:51:17 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=6199

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000