[PATCH] D55777: [libcxx] Portability fix: add missing includes and static_casts.

Andrey Maksimov via Phabricator reviews at reviews.llvm.org
Tue Dec 18 10:28:18 PST 2018


amakc11 updated this revision to Diff 178724.
amakc11 added a comment.

In D55777#1334589 <https://reviews.llvm.org/D55777#1334589>, @mclow.lists wrote:

> The includes look fine. The `static_cast`s (as always) look ugly. Once you make the changes that I've requested, you can commit this.


The requested changes applied. I can't commit the patch myself: I don't have rights to do this.


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

https://reviews.llvm.org/D55777

Files:
  test/std/containers/unord/unord.map/unord.map.cnstr/assign_copy.pass.cpp
  test/std/input.output/iostream.format/ext.manip/get_money.pass.cpp
  test/std/input.output/iostream.format/ext.manip/get_time.pass.cpp
  test/std/input.output/iostream.format/ext.manip/put_money.pass.cpp
  test/std/input.output/iostream.format/ext.manip/put_time.pass.cpp
  test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/int.pass.cpp
  test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/short.pass.cpp
  test/std/input.output/iostream.format/std.manip/resetiosflags.pass.cpp
  test/std/input.output/iostream.format/std.manip/setbase.pass.cpp
  test/std/input.output/iostream.format/std.manip/setfill.pass.cpp
  test/std/input.output/iostream.format/std.manip/setiosflags.pass.cpp
  test/std/input.output/iostream.format/std.manip/setprecision.pass.cpp
  test/std/input.output/iostream.format/std.manip/setw.pass.cpp
  test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp
  test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp
  test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_neg_one.pass.cpp
  test/std/strings/c.strings/cwchar.pass.cpp
  test/std/strings/string.conversions/to_string.pass.cpp
  test/std/strings/string.conversions/to_wstring.pass.cpp
  test/std/utilities/memory/allocator.traits/allocator.traits.members/max_size.pass.cpp
  test/std/utilities/tuple/tuple.tuple/tuple.assign/move.pass.cpp
  test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.pass.cpp
  test/std/utilities/type.index/type.index.hash/hash.pass.cpp
  test/support/poisoned_hash_helper.hpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55777.178724.patch
Type: text/x-patch
Size: 12746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181218/8b697c82/attachment.bin>


More information about the libcxx-commits mailing list