[libcxx-commits] [PATCH] D153285: [NFC][libc++] Addresses LWG3905.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 19 12:20:41 PDT 2023
ldionne added inline comments.
================
Comment at: libcxx/docs/Status/Cxx2cIssues.csv:1
"Issue #","Issue Name","Meeting","Status","First released version","Labels"
"`2994 <https://wg21.link/LWG2994>`__","Needless UB for ``basic_string`` and ``basic_string_view``","Varna June 2023","","",""
----------------
`libcxx/test/std/depr/depr.c.headers/fenv_h.compile.pass.cpp:60` has
```
fexcept_t fex = 0;
```
which is not conforming IIUC. We should change it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153285/new/
https://reviews.llvm.org/D153285
More information about the libcxx-commits
mailing list