[PATCH] D31022: Implement P0298R3: `std::byte`

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 22 18:31:31 PDT 2017


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





More information about the cfe-commits mailing list