[libcxx-commits] [PATCH] D78816: Fix ostream for complex numbers with fixed field width

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 7 11:20:27 PDT 2020


ldionne added a comment.

Thanks! Committed as

  commit aa0b991dcf0510793a42a5b01aaf06a6c0892bcf
  Author: Antonio Sanchez <cantonios at google.com>
  Date:   Thu May 7 13:49:12 2020 -0400
  
      [libc++] Fix ostream for complex numbers with fixed field width
  
      The ostream operator<< is currently broken for std::complex with
      specified field widths.
  
      This patch a partial revert of c3478eff7a65 (reviewed as D71214),
      restoring the correct behavior.
  
      Differential Revision: https://reviews.llvm.org/D78816


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

https://reviews.llvm.org/D78816





More information about the libcxx-commits mailing list