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

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 7 00:42:59 PST 2021


mstorsjo added inline comments.


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


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