[libcxx-commits] [PATCH] D98108: [libcxx] [test] Fix path.modifiers remove_filename and replace_filename for windows

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 6 14:08:29 PST 2021


curdeius accepted this revision as: curdeius.
curdeius added a comment.

LGTM. Don't forget to merge the ifdefs when landing.



================
Comment at: libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/replace_filename.pass.cpp:15
 
 // path& replace_filename()
 
----------------
Could you please update this synopsis extract to `path& replace_filename( const path& replacement );` when you're here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98108/new/

https://reviews.llvm.org/D98108



More information about the libcxx-commits mailing list