Created on 2021-11-07.00:00:00 last changed 34 months ago
[ 2022-01-29; Reflector poll ]
Set priority to 3 after reflector poll.
Both std::pmr::new_delete_resource and std::pmr::null_memory_resource return pointers to static-duration objects. It seems unspecified when the pointed-to objects are destroyed, so users can't reliably use these objects during destructions of their static-duration objects.
std::generic_category and std::system_category have the same issue, except that the referred-to objects may have different storage duration. Should we specify in which case can these objects be used in the termination of a program?History | |||
---|---|---|---|
Date | User | Action | Args |
2022-01-29 22:29:35 | admin | set | messages: + msg12301 |
2021-11-07 00:00:00 | admin | create |