Ticket #3862: boost_future_count.diff
File boost_future_count.diff, 430 bytes (added by , 13 years ago) |
---|
-
future.hpp
424 424 425 425 void unlock() 426 426 { 427 for( unsignedi=0;i<count;++i)427 for(count_type i=0;i<count;++i) 428 428 { 429 429 locks[i].unlock(); 430 430 }