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
 1233: stable symbols in italic bug?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ivan
Ketchup Master

Russia
75 Posts

Posted - Apr 30 2004 :  04:13:44 AM  Show Profile
I have a class derived from std::list. In its member functions some std::list symbols appear in italic and some do not...

FxRateStats.h:

class FxRateStats : protected std::list<FxRatePeriodInfo>
{
...
    const_iterator FxRateStats::find( unsigned long ulRateTime ) const;
...
};


FxRateStats.cpp:

FxRateStats::const_iterator FxRateStats::find( unsigned long ulRateTime ) const
{
    if ( empty() )
        return end();
    unsigned long ulMinTime = front().timePeriodStart;
    unsigned long ulMaxTime = back().timePeriodStart;
...
}


In the example above, end() and back() appear in italic but empty() and front() do not. And no, the class does not define its own versions of those methods. Rebuilding symbol databases doesn't help.

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Apr 30 2004 :  08:32:28 AM  Show Profile
i have been seeing the same problem with Qt classes ever since i started using VAX. some terms from Qt are in italic, while other terms, sometimes from the same class, are not in italic.

the Qt classes are rather more complicated than your example though, making it harder to post a simple example that shows the problem.

http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=1934

zen is the art of being at one with the two'ness

Edited by - feline on Apr 30 2004 08:39:44 AM
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000