Ticket #9070: lexical_cast.hpp.patch

File lexical_cast.hpp.patch, 586 bytes (added by Agustín K-ballo Bergé <kaballo86@…>, 9 years ago)

patch

  • lexical_cast.hpp

     
    18461846                    (sizeof(boost::array<C, N>) == sizeof(boost::array<C, N>)),
    18471847                    "std::array<C, N> and boost::array<C, N> must have exactly the same layout."
    18481848                );
    1849                 return ((*this) >> reinterpret_cast<boost::array<C, N>& >(input));
     1849                return ((*this) >> reinterpret_cast<boost::array<C, N>& >(output));
    18501850            }
    18511851#endif
    18521852