mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
typo in method invocation
This commit is contained in:
parent
4e46bd9a8b
commit
46a26976ba
|
@ -11353,7 +11353,7 @@ The plain `thread`s should be assumed to use the full generality of `std::thread
|
||||||
|
|
||||||
void use(int n)
|
void use(int n)
|
||||||
{
|
{
|
||||||
thread t { thricky, this, n };
|
thread t { tricky, this, n };
|
||||||
// ...
|
// ...
|
||||||
// ... should I join here? ...
|
// ... should I join here? ...
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user