« Return to Thread: [Boost] Introduction of numeric_adaptor

Re: [Boost] Introduction of numeric_adaptor

by Bruno Lalande :: Rate this Message:

Reply to Author | View in Thread

> what's wrong with lexical_cast?
> it would put the requirement of operator<< on the number type T

Actually my concern about using an operator<< was about performance,
but on second thought there would be no performance hit doing like
that, I think I was confusing with another use case of streaming
operators. I will revise that, and will be happy to get back to
lexical_cast if there's no problem.

Bruno
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

 « Return to Thread: [Boost] Introduction of numeric_adaptor