12 Jul
                
                    2006
                
            
            
                12 Jul
                
                '06
                
            
            
            
        
    
                5:27 p.m.
            
        Alexander Nasonov wrote:
I googled for lexical_cast on www.open-std.org recently but found no proposal. Now I see it: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1973.html
BTW, 1. unsetf(std::ios::skipws) is not mentioned in the doc 2. loopback tests may fail N1973: "If std::numeric_limits<Target>::is_specialized, the underlying stream precision is set according to std::numeric_limits<Target>::digits10 + 1, otherwise if std::numeric_limits<Source>::is_specialized, the underlying stream precision is set according to std::numeric_limits<Source>::digits10 + 1." See http://article.gmane.org/gmane.comp.lib.boost.devel/145097