Index: lexical_cast.hpp =================================================================== --- lexical_cast.hpp (revision 85526) +++ lexical_cast.hpp (working copy) @@ -1846,7 +1846,7 @@ (sizeof(boost::array) == sizeof(boost::array)), "std::array and boost::array must have exactly the same layout." ); - return ((*this) >> reinterpret_cast& >(input)); + return ((*this) >> reinterpret_cast& >(output)); } #endif