30 May
2005
30 May
'05
4:13 p.m.
"Toon Knapen"
Fernando Cacciola wrote:
<snip>
A "fix" on your side would be to use ::boost::numeric::converter
::argument_type; but this isn't practical because users are forced to specify "Source" explicitely. but in your example above you say that both 'result_type' and 'argument_type' result in a 'int const&' ? So replacing it would'nt make sens? I suppose 'argument_type' results in 'int', right ?
No, argument_type is "int const&". I meant to use these in your wrapper. There you mix result_type with Source. Fernando Cacciola SciSoft