EricWF added a comment.

In https://reviews.llvm.org/D28426#638596, @smeenai wrote:

> I'm guessing always defining `_LIBCPP_DISABLE_MACRO_CONFLICT_WARNINGS` on 
> Windows isn't considered an acceptable workaround either?


Not really, since that still breaks users of the `__deallocate` since we 
`#undef` it.

PS. I think Windows is the only platform where `__deallocate` is an issue, so 
defining `_LIBCPP_DISABLE_MACRO_CONFLICT_WARNINGS` on Windows just makes the 
warnings dead code on all platforms.


https://reviews.llvm.org/D28426



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to