Ticket #4017: boost_test_gcc_warning_cleanup.diff

File boost_test_gcc_warning_cleanup.diff, 735 bytes (added by Tatu Kilappa <tatu.kilappa@…>, 13 years ago)
  • boost/test/utils/lazy_ostream.hpp

     
    4545    // actual printing interface; to be accessed only by this class and children
    4646    virtual std::ostream&   operator()( std::ostream& ostr ) const                  { return ostr; }
    4747protected:
    48     explicit                lazy_ostream( bool empty = true ) : m_empty( empty )    {}
     48    explicit                lazy_ostream( bool p_empty = true ) : m_empty( p_empty )    {}
    4949
    5050    // protected destructor to make sure right one is called
    5151#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x582))