[all-commits] [llvm/llvm-project] 644f68: [libc++] Add slice_array operator= valarray overload.

Zoe Carver via All-commits all-commits at lists.llvm.org
Wed Dec 2 10:54:32 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 644f68ed4d741f33d254354c2b7bc9606b77c721
      https://github.com/llvm/llvm-project/commit/644f68ed4d741f33d254354c2b7bc9606b77c721
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2020-12-02 (Wed, 02 Dec 2020)

  Changed paths:
    M libcxx/include/valarray
    A libcxx/test/std/numerics/numarray/template.slice.array/slice.arr.assign/template.pass.cpp
    M libcxx/test/std/numerics/numarray/template.slice.array/slice.arr.assign/valarray.pass.cpp

  Log Message:
  -----------
  [libc++] Add slice_array operator= valarray overload.

Add the slice_array::operator=(const std::valarray<T>& val_arr) overload.

Fixes https://llvm.org/PR40792.

Differential Revision: https://reviews.llvm.org/D58735




More information about the All-commits mailing list