[all-commits] [llvm/llvm-project] cccf1e: [libc++] Remove cycle between <type_traits> and <c...
Eric via All-commits
all-commits at lists.llvm.org
Fri Feb 14 08:37:02 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cccf1ef0c89432339363fc0121e3d97f5a04ac69
https://github.com/llvm/llvm-project/commit/cccf1ef0c89432339363fc0121e3d97f5a04ac69
Author: Eric Fiselier <eric at efcs.ca>
Date: 2020-02-14 (Fri, 14 Feb 2020)
Changed paths:
M libcxx/include/cstddef
M libcxx/include/type_traits
Log Message:
-----------
[libc++] Remove cycle between <type_traits> and <cstddef>
This was caused by byte depending on traits. This patch moves
the minimal amount of meta-programming into <cstddef> to break the cycle.
More information about the All-commits
mailing list