Talk:cpp/thread/stop source/stop source
From cppreference.com
Guaranteed to be empty on move
Ironically, while this wiki falsely claims that std::vector's move constructor is guaranteed to leave the source empty, this page makes the converse error saying that a moved-from std::stop_source is left in a valid but unspecified state. In reality, it is guaranteed to be empty. (rhs.stop_possible() is false which means rhs has no stop state.) I will fix this here and the same mistake for std::stop_token. Arvo (talk) 05:37, 16 October 2020 (PDT)