a problem of macro substitude
now I met a difficaulty,please someone help me
there is a C++ macro code like this:
#define _END_SEQ_MAG(name)\
~##name##Managment()
...
In vc, it process well,but at FreeBSD,g++ report that it can't be process because '~' can't preprocessd
can somebody help solve this problem
|