Lars Gullik Bjønnes wrote:
> Now we just have to add specialization for the missing functions.
> Put this in convert.C:
> 
> template <>
> string convert<string>(unsigned long)
> {
>         return lexical_cast<string>(ul);
> }

Sure. I see you've done so already. Thanks.

-- 
Angus

Reply via email to