feature request: std::print support for boost::system::error_code
Open
- Dominant language
- C++
- Stars
- 45
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
I think it would be nice if `boost::system::error_code` had `std::print` support. From analogy of the ostream interface, the `std::formatter` would be defined in terms of `error_code::to_string()` but perhaps we would want to print a more human readable value by default, like `error_code::what()`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.