Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1533: error underline in userconversion functions

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
.oisyn Posted - Oct 05 2006 : 10:31:53 AM
#include <string>
using namespace std;

class myclass
{
    operator string();       // ok
    operator std::string();  // shows 'operator' with a red error-underline
};


So, when using :: in a user conversion definition the word 'operator' is underlined.
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Apr 14 2007 : 12:03:10 AM
This has been fixed in build 1553.
feline Posted - Oct 05 2006 : 2:21:44 PM
confirmed. thank you for the clear example.

case=2869

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000