[C++-sig] Raw member and constructor functions

David Abrahams dave at boost-consulting.com
Mon Jun 6 23:04:13 CEST 2005


"Studious Apprentice" <apprentice_99 at hotmail.com> writes:

> Thanks again! It now works ;-) 

Excellent!

> Sorry for my mistake, I modified the code 
> because I got an conversion error at compilation from tuple to object, but 
> the error was in the member function not in the forwarding function, 

Probably because object's ctor is explicit.  Try using direct
initialization (parens) instead of implicit conversion or copy
initialization (assignment syntax).


-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




More information about the Cplusplus-sig mailing list