cplusplus / nbballot

Handling of NB comments in response to ballots
14 stars 4 forks source link

FR-012-023 19.6 [stacktrace] Support `std::format` for `stacktrace` #414

Closed wg21bot closed 1 year ago

wg21bot commented 1 year ago

stacktrace and stacktrace_entry have to_string methods, and ostream overloads, but no format formatter.

Please provide a formatter (format overload) for stack_trace and stacktrace_entry.

brycelelbach commented 1 year ago

This has a paper, P2693 (https://github.com/cplusplus/papers/issues/1358), which has been sent to Library.

JeffGarland commented 1 year ago

Reviewed and approved at Issaquah -- see paper issue for details.

jwakely commented 1 year ago

Accepted with modification.