boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
198 stars 162 forks source link

one typo in doc/configuration.qbk #300

Closed liang3zy22 closed 4 years ago

liang3zy22 commented 4 years ago

Found one(or two) typo error in configuration.qbk while learning boost thread.

C++11 thread constructor accep a variable number of rvalue argumentshas. When BOOST_THREAD_PROVIDES_VARIADIC_THREAD is defined Boost.Thread provides this C++ feature if the following are not defined

thanks

liang

liang3zy22 commented 4 years ago

created one PL: fix doc/configuration.qbk typo #301.