[all-commits] [llvm/llvm-project] 2479b3: [libc++] Fix filesystem test in C++11/14

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Oct 27 08:23:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2479b3d7c6f87a3aeb150cb02b0c39e428d0b8bc
      https://github.com/llvm/llvm-project/commit/2479b3d7c6f87a3aeb150cb02b0c39e428d0b8bc
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file_large.pass.cpp

  Log Message:
  -----------
  [libc++] Fix filesystem test in C++11/14

Before C++17, std::string::data() was marked as const, so we can't use
it to write to the contents of the string.




More information about the All-commits mailing list