id summary reporter owner description type status milestone component version severity resolution keywords cc 10878 boost::thread::attributes -> no non-variadic-support a.carot@… viboes "In terms of applying thread attributes right now the documentation describes only this signature: template thread(attributes& attrs, Callable func); but this does not work when variadics are not supported (leading to error: type 'boost::thread_attributes' does not provide a call operator) Nevertheless, this temporaray way works out: thread(attributes& attrs, boost::bind(Callable func)); " Feature Requests assigned To Be Determined thread Boost 1.57.0 Problem thread,attributes,variadics