Post #2562334
2026-03-10 19:47 UTC
TIL: there is a std::kill_dependency function, and its been deprecated in C++26
https://en.cppreference.com/w/cpp/atomic/kill_dependency.html
#cpp
#cplusplus
Replies (2)
-
@madduci@mastodon.social 2026-03-10 20:02
@meetingcpp@mastodon.online I wonder who writes this kind of code, especially in production?
-
@asperamanca@mastodon.social 2026-03-10 20:20
@meetingcpp@mastodon.online (constexpr since C++26) (deprecated in C++26) That is....interesting