2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-27 19:32:11 +00:00

Merge pull request #7 from kylelutz/fix-futures-doc

Thanks for the signaling this typo.
This commit is contained in:
Vicente J. Botet Escriba
2014-03-13 08:46:13 +01:00

View File

@@ -308,7 +308,7 @@ The second `get()` call in the following example is undefined.
use3( ftr.get() ); // second use is undefined
}
Using a `shared_mutex` solves the issue
Using a `shared_future` solves the issue
void good_second_use( type arg ) {