[PATCH] D42354: Fix libcxx MSVC C++17 redefinition of 'align_val_t'

Force.Charlie-I via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 25 22:18:57 PST 2018


fcharlie added a comment.

In https://reviews.llvm.org/D42354#988656, @mclow.lists wrote:

> I'm pretty sure I don't want to know what MSFT is doing putting `align_val_t` in *that* header file.
>
> Now I'm wondering if those values `__zero` and `__max` are actually used.


Use

>   grep "__zero" -Rn .

There's no place to use ** __zero** and **__max**.


Repository:
  rCXX libc++

https://reviews.llvm.org/D42354





More information about the cfe-commits mailing list