Files
clang-p2996/libcxx/include/span
Louis Dionne 7a785d46d6 [libc++][modules] Use inline variable instead of true_type (#106797)
This allows breaking up a dependency from __fwd/array.h onto
__type_traits, which is a circular dependency once __type_traits becomes
a module of its own. This is also a small consistency improvement since
we've been using inline variables for traits like this elsewhere in the
library.
2024-09-04 11:18:00 -04:00

26 KiB