
19 Nov
2008
19 Nov
'08
5:35 p.m.
AMDG Thorsten Ottosen wrote:
// if ResultType is void ResultType foo(Arg1 arg1, Arg2 arg2, ..., ArgN argN) { f(arg1, arg2, ..., argN); }
I believe the "If ResultType is void" is not needed. We can return void in C++.
http://www.boost.org/doc/html/function/faq.html#id2914425 In Christ, Steven Watanabe