Boost logo

Boost :

From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-05-28 07:03:57


A simple way to fix this is to add a default argument:

    template<typename Target, typename Source>
    Target lexical_cast(Source arg, std::ios::fmtflags flags = std::ios::fmtflags (0))

{
...
        if (flags)
          interpreter.setf (flags);


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk