Gregory Colvin wrote:
> Is this really that much better than
> 
>     chk = GetSomething(&p1, &p2, p3, p4, p5);
> 
> or
> 
>     GotSomething ret = GetSomething(p3,p4,p5);

Or even:

  boost::tuple< int, int, bool > result = GetSomething( p1, p4, p5 );

Noel
-- 
NOTICE: If received in error, please destroy and notify sender.  Sender
does not waive confidentiality or privilege, and use is prohibited.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to