P3981R2: Better return types in `std::inplace_vector` and `std::exception_ptr_cast`
Open
c++26
libc++
wg21-paper
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
**Link:** https://wg21.link/P3981R2
Feature-test macro (updated):
```c++
#define __cpp_lib_inplace_vector 202603L // also in
#define __cpp_lib_exception_ptr_cast 202603L // also in
```
Note that [P4022R0](https://wg21.link/P4022R0) also updates `__cpp_lib_inplace_vector`.
Contributor guide
Assessment
This issue has not been assessed yet.