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
 Feature Requests
 Bug for Visual Assist X 10.4.1640
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

WWB
Starting Member

China
1 Posts

Posted - Jul 05 2008 :  03:14:58 AM  Show Profile  Reply with Quote
C++ code:
1:
//header.hpp
#include <exception>
using namespace std;
namespace HDD
{
#define EXCLASS(classname) class classname:public exception
EXCLASS(findstring) {public: enum{NotFound=0,InternalError=1}
errortype;}
#undef EXCLASS
}

//main.cpp
#include "header.hpp"
int main()
{
HDD::findstring a;/*here! "findstring"! UnderLine!
Refactoring not available on symbol!*/
//it was compiled by intel C++ compiler and vc2008
}

feline
Whole Tomato Software

United Kingdom
18948 Posts

Posted - Jul 05 2008 :  11:33:59 AM  Show Profile  Reply with Quote
Does turning on deeper macro parsing, as explained in this FAQ entry help:

http://docs.wholetomato.com?W363

zen is the art of being at one with the two'ness
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