Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 $MethodName$ does work in 'operator' methods

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
gdobratz Posted - Dec 15 2014 : 9:08:44 PM
Given the code:
class GDPerfClock
{
  virtual TClock operator=( TClock tcNewBase );
};

class GDCountDown : public GDPerfClock
{
  virtual TClock operator=( TClock tcNewBase );
};

TClock GDCountDown::operator=( TClock tcNewBase )
{
    <watch this space>
}
and the snippet:
$BaseClassName$::$MethodName$( $MethodArgs$ );
Inserting the snippet at '<watch this space>' results in:
    GDPerfClock::=( tcNewBase );
i.e., it fails to insert the keyword 'operator'.

2   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Dec 18 2014 : 11:14:19 PM
I am seeing the same effect here. Thank you for the clear description.

case=39234

Hopefully this is not causing to many problems for you.
gdobratz Posted - Dec 15 2014 : 9:11:43 PM
Sorry, I forgot to mention that I am using Visual Studio 2013, update 4 and VAX build 2052.

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