View Single Post
  #1  
Old 04-25-2004, 08:35
zhangwei_jef
 
Posts: n/a
Thumbs down 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
Reply With Quote