gmit
Whole Tomato Software
   
Croatia
95 Posts |
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.
|
|
feline
Whole Tomato Software
    
United Kingdom
19164 Posts |
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 |
zen is the art of being at one with the two'ness |
 |
|