Ticket #3535: spirit.patch

File spirit.patch, 860 bytes (added by Richard Webb <richard.webb@…>, 13 years ago)
  • boost/spirit/home/phoenix/operator/detail/io.hpp

     
    3131    {
    3232        static T x;
    3333        BOOST_STATIC_CONSTANT(bool,
    34             value = sizeof(detail::ostream_test(addressof(x))) == sizeof(yes));
     34            value = sizeof(detail::ostream_test(boost::addressof(x))) == sizeof(yes));
    3535    };
    3636
    3737    template <typename T>
     
    3939    {
    4040        static T x;
    4141        BOOST_STATIC_CONSTANT(bool,
    42             value = sizeof(detail::istream_test(addressof(x))) == sizeof(yes));
     42            value = sizeof(detail::istream_test(boost::addressof(x))) == sizeof(yes));
    4343    };
    4444
    4545    template <typename T0, typename T1>