[libcxx-commits] [libcxx] [libc++] constexpr deque (PR #129368)
Nhat Nguyen via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 1 12:42:28 PST 2025
changkhothuychung wrote:
Hmm it seems definitions of `constexpr void` functions are being rejected as void is not a literal type. But I see `cv void` is listed as a literal type here - https://eel.is/c++draft/basic.types#general-10.1
Am I missing something?
https://github.com/llvm/llvm-project/pull/129368
More information about the libcxx-commits
mailing list