[libc++] Constexpr-proof some machinery in not_fn.pass.cpp. NFCI.
We don't need to use global variables here; we can store the "State" of this machinery on the stack, so that it's constexpr-friendly.
Loading
Please sign in to comment
We don't need to use global variables here; we can store the "State" of this machinery on the stack, so that it's constexpr-friendly.