|
Boost : |
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2007-01-25 13:41:02
Johan R?de wrote:
> > Are lower-level functions available to use them in optimized
> > lexical_cast?
> >
>
> No.
>
> What lower level functions are needed for optimized lexical cast?
something like
array<char,N> from_double(double value, char decimal_point, /* other
args */);
where N - max length including '\0'.
double to_double(char const* str, /* other args */) throw(bad_lexical_cast);
-- Alexander Nasonov http://nasonov.blogspot.com True patriotism hates injustice in its own land more than anywhere else. -- Clarence Darrow -- This quote is generated by: /usr/pkg/bin/curl -L http://tinyurl.com/veusy \ | sed -e 's/^document\.write(.//' -e 's/.);$/ --/' \ -e 's/<[^>]*>//g' -e 's/^More quotes from //' \ | fmt | tee ~/.signature-quote
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk