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
 1619: Bug in create implementation - templates
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

thegilb
Starting Member

1 Posts

Posted - Dec 14 2007 :  06:20:59 AM  Show Profile  Reply with Quote
The version of Visual Studio used doesn't matter. When using the create implementation feature of VAX on a member template function where the class is not itself a template, VAX generates incorrect code.

Input:
template< typename _T >
void function( _T& data );

Expected Output:
template< typename _T >
void object::function( _T& data )
{
}

Actual Result:
template< typename _T >
void object<_T>::function( _T& data )
{
}

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Dec 14 2007 :  09:01:41 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=2993

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

support
Whole Tomato Software

5566 Posts

Posted - Feb 25 2013 :  12:22:33 PM  Show Profile  Reply with Quote
case=2993 is fixed in build 1929
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