Dear All,
how do I model a template function in Rose 2002 Visual Studio (6) edition
(latest and previous versions):

class x
{
public:
        template< typename a, typename b>
        void yfunc(a r, b s){ doSomething(); }
};

I know, this function does not appear in VS-Workspace, however it compiles
and the function can be instantiated.
Reengineering the model does not show any errors, however the operation does
not appear in the model.

Thanks for any responses,

Marcus

************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*    To: [EMAIL PROTECTED]
*    Subject: <BLANK>
*    Body: unsubscribe rose_forum
*************************************************************************

Reply via email to