EricWF added a comment. I really dislike the circular dependencies between `<cstddef>` and `<type_traits>`. I suspect we can avoid this by only including `<stddef.h>` in `<type_traits>`, which would allow `<cstddef>` to depend on `<type_traits>`. @mclow.lists Does that sound good to you?
https://reviews.llvm.org/D31022 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits