Closed
Description
From an email to cxxeditor@:
I suggest to add in
30.3.1 Class thread [thread.thread.class]
right after the declaration of class thread but still inside
namespace std a declaration of the global swap():
namespace std {
class thread {
...
};
HERE:
// 30.3.1.7 specialized algorithms:
void swap(thread& x, thread& y) noexcept;
}
As it is usually done for container and other classes.
Metadata
Metadata
Assignees
Labels
No labels