Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 parser problem

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
gmit Posted - Dec 27 2005 : 6:12:20 PM
If you have something like:

template<typename A, B, C, D>
void abc(map<A, B, C, D> &);


And then start writting:

abc(1, 2,


In tooltip that appears, A, B, C and D letters will be bolded as you type parameters.

2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Apr 14 2006 : 1:17:35 PM
Fixed in build 1445.
feline Posted - Dec 28 2005 : 4:13:22 PM
i am seeing the same thing. it is a bit clearer with the example:

void T(std::map<int, double> x, float y)
{
}

void F()
{
T(1, 2.3)
}

case=893

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