
9 Jul
2005
9 Jul
'05
1:16 p.m.
Rob Stewart <stewart@sig.com> writes:
Something got munged here. Here's another try:
The following expression produces a function type for variadic functions with a first parameter of type int which return an int. Since a calling convention isn't specified, the default calling convention is used.
I suggest: The following expression produces a function type for variadic functions that return an int and have a first parameter of type int.
function_type<mpl::vector<int,int>, variadic>::type
^^^^^^^ As before, I suggest changing the return or parameter type.
That's a good idea. -- Dave Abrahams Boost Consulting www.boost-consulting.com