P3886R0: Wording for AT1-057
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/P3886R0
Feature-test macro:
If contract-violation handler is replaceable:
```c++
#define __cpp_lib_replaceable_contract_violation_handler 202603L
// freestanding, also in
```
Otherwise:
```c++
#define __cpp_lib_replaceable_contract_violation_handler 0
// freestanding, also in
```
Contributor guide
Assessment
This issue has not been assessed yet.