
25 Jan
2010
25 Jan
'10
5:58 p.m.
On Mon, Jan 25, 2010 at 4:54 AM, joel falcou
name will obviously be char* and you can't have that in a template parameter.
Unless using mpl::string, no? Not sure it's possible to generate mpl::string<'foob','ar'> from "foobar" passed to the macro though. --DD