boost::erase_first_copy — erase_first 算法。
// In header: <boost/algorithm/string/erase.hpp> template<typename OutputIteratorT, typename Range1T, typename Range2T> OutputIteratorT erase_first_copy(OutputIteratorT Output, const Range1T & Input, const Range2T & Search);