|
Boost : |
From: Daniel James (daniel_at_[hidden])
Date: 2004-11-14 03:55:42
Hi Alexander,
Sorry for butting in earlier, I should have just let you speak for
yourself. Anyway, you might want to try doing this instead:
#define BOOST_TRACE_MEM_FUN(return_type, arguments) \
tracer trace_line_N(this, \
BOOST_PP_STRINGIZE(return_type), \
BOOST_PP_STRINGIZE(arguments), \
resolve_args arguments)
BOOST_TRACE_MEM_FUN(foo, (buf, len));
Daniel
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk