Skip to content

src: make PushPath move strings by default

All the calls made to FSContinuationData::PushPath are done after std::move of the argument. This patch does std::move in the PushPath itself.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading