Ticket #8268: msouth_ticket8268.patch

File msouth_ticket8268.patch, 482 bytes (added by Matthew South <msouth@…>, 10 years ago)

Patch created in /trunk/boost/spirit/home/support/detail/ as described in bug report.

  • hold_any.hpp

     
    299299            return *this;
    300300        }
    301301
     302        // copy assignment operator
     303        basic_hold_any& operator=(basic_hold_any const& x)
     304        {
     305            return assign(x);
     306        }
     307
    302308        // assignment operator
    303309        template <typename T>
    304310        basic_hold_any& operator=(T const& x)