
14 Apr
2007
14 Apr
'07
10:14 p.m.
On Apr 14, 2007, at 8:10 AM, Atry wrote:
I think the concept of variable preprocess is useful, if Boost.Typeof or Boost.Bind use that, these code they need would be less than copying same codes.
Or you could just use variadic templates, which eliminate the preprocessor entirely and are likely to be included in C++0x. http://www.osl.iu.edu/~dgregor/cpp/variadic-templates.html - Doug