https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84159

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2018-05-14
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
   Target Milestone|---                         |8.2
     Ever confirmed|0                           |1
      Known to fail|                            |8.1.0

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Looks like I changed path::operator/=(const path&) to conform to the C++17
semantics, but not the other overload of path::operator/= that takes strings,
nor the overloads of path::append.

Reply via email to