Ticket #9335: ticket-9335-1.patch

File ticket-9335-1.patch, 941 bytes (added by nlewycky@…, 9 years ago)

proposed fix

  • /

    ==== //depot/google3/third_party/boost/do_not_include_from_google3_only_third_party/boost/boost/algorithm/string/find_iterator.hpp#5 - /google/src/cloud/nlewycky/llvm-bool/google3/third_party/boost/do_not_include_from_google3_only_third_party/boost/boost/algorithm/string/find_iterator.hpp ====
    old new  
    235235   
    236236                \post eof()==true
    237237            */
    238             split_iterator() {}
     238            split_iterator() : m_bEof(true) {}
    239239            //! Copy constructor
    240240            /*!
    241241                Construct a copy of the split_iterator