cplusplus / nbballot

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

FR-008-011 22.14 [format] Support formatting of `thread::id` #410

Closed wg21bot closed 1 year ago

wg21bot commented 1 year ago

std::format is not fully integrated with the rest of the standard library.

Please consider adopting P1636R2 so that format and print can be used with standard library types, especially thread::id which is often used for logging purposes. (Integration with filesystem::path has unresolved complexity and should probably be deferred)

brycelelbach commented 1 year ago

The proposed resolution is to adopt P1636 https://github.com/cplusplus/papers/issues/425, which is somewhat stalled, but I think we can look at it anyways and cut it down to just the parts we want.

brycelelbach commented 1 year ago

The updated paper for this NB comment is https://github.com/cplusplus/papers/issues/1358

tahonermann commented 1 year ago

SG16 reviewed P2693R0 (Formatting thread::id and stacktrace) during its 2022-11-30 telecon. The following poll was taken.

@brycelelbach, I am removing the SG16 label; this issue is ready for LEWG review.

JeffGarland commented 1 year ago

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

jwakely commented 1 year ago

Accepted with modification.