[libcxx-commits] [libcxx] [libc++] Implement LWG3133: Modernizing numeric type requirements (PR #208145)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 26 20:50:47 PDT 2026


frederick-vs-ja wrote:

> Given that, should the CSV status here be |Nothing To Do| rather than |Complete|, since without the static_assert there's no actual implementation change — just a wording update?

I think we should still use `|Complete|` as there may be a previously conforming implementation which used `operator&` and thus needs to change due to LWG3133. libc++ can be considered to just have made the change at the initial commit.

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


More information about the libcxx-commits mailing list