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
 1548: Move Implementation
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

diavo
Senior Member

Germany
31 Posts

Posted - Mar 08 2007 :  06:46:00 AM  Show Profile  Reply with Quote
The following code in .h
class t
{
  int operator()(int test) const
  {
    int bla(0);
    return bla;
  };
};

Results in the follwoing code in .cpp
int t::()() (int test) const
{
  int bla(0);
  return bla;
}


Where is the operator keyword?

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 08 2007 :  07:51:44 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=5408

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - May 31 2007 :  12:28:26 AM  Show Profile  Reply with Quote
fixed in build 1557

Edited by - support on May 31 2007 12:42:45 AM
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