[libcxx-commits] [libcxx] [libc++] Partially implement P2846R6: `reserve_hint` (PR #206385)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 28 19:22:09 PDT 2026


inquisitivecrystal wrote:

> I was under the impression that TEST_STD_VER was injected into tests, the same way _LIBCPP_STD_VER is into the actual library. Is the fact that types.h is a header somehow causing problems? I feel like I'm missing something important (and probably obvious) here.

It isn't! It's in `test_macros.h`. So this one is also a missed include.

https://github.com/llvm/llvm-project/pull/206385


More information about the libcxx-commits mailing list