Ticket #6159: lexical_cast_wchar.patch

File lexical_cast_wchar.patch, 450 bytes (added by justin.viiret@…, 11 years ago)
  • boost/lexical_cast.hpp

     
    4747#include <boost/detail/lcast_precision.hpp>
    4848#include <boost/detail/workaround.hpp>
    4949#include <boost/container/container_fwd.hpp>
     50
     51#ifndef BOOST_NO_CWCHAR
    5052#include <cwchar>
     53#endif
    5154
    52 
    5355#ifndef BOOST_NO_STD_LOCALE
    5456#   include <locale>
    5557#else