Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1557: Create Implemenation and Templated 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
jorgito11 Posted - Jun 03 2007 : 11:43:59 AM
When use "Create Implementation" on the "FooMethod" below, it adds "<T>" incorrectly to the implementation as if "template<typename T> was added to "class Foo" itself.

class Foo
{
public:
template<typename T>
void FooMethod(T value);
};

template<typename T>
void Foo<T>::FooMethod( T value )
{

}

VA_X.dll file version 10.3.1557.0 built 2007.05.29
Licensed to:
VA X: [email protected] (1-user license) Support ends 2008.03.15
VA.NET 7.1: [email protected] (1-user license)
VAOpsWin.dll version 1.3.2.2
VATE.dll version 1.0.5.6
DevEnv.exe version 8.0.50727.762
msenv.dll version 8.0.50727.762
Font: Courier New 15(Pixels)
Comctl32.dll version 6.0.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
2 processors

Platform: Win32
Stable Includes:
C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0\\Include;
C:\\Program Files\\Microsoft SDKs\\Windows\\v6.0\\Include\\gl;
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\include;
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\include;
C:\\Program Files\\Microsoft Visual Studio 8\\SDK\\v2.0\\include;
C:\\Program Files\\boost\\boost_1_34_0;
C:\\ATA\\include;
C:\\ATA\\rqm\\include;
C:\\loki-0.1.6\\include;

Library Includes:
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfc;
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfcm;
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\atl;
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\crt\\src;

Other Includes:

2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Feb 25 2013 : 12:22:41 PM
case=2993 is fixed in build 1929
feline Posted - Jun 04 2007 : 06:35:43 AM
I am seeing the same effect here. Thank you for the clear description.

case=2993

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