2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-14 12:42:28 +00:00

Desk-checking pass through fiber_properties source code.

This commit is contained in:
Nat Goodspeed
2015-05-10 23:35:15 -04:00
parent 1bec058e77
commit 9c4cdf3438
6 changed files with 33 additions and 47 deletions

View File

@@ -34,7 +34,7 @@ fiber::join() {
if ( boost::this_fiber::get_id() == get_id() ) {
throw fiber_resource_error( static_cast< int >( std::errc::resource_deadlock_would_occur),
"boost fiber: trying joining itself");
"boost fiber: trying to join itself");
}
if ( ! joinable() ) {