boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
199 stars 161 forks source link

CallableType should be private #206

Closed shinobu-x closed 6 years ago

viboes commented 6 years ago

What is the added value? This is a detail implementation class. I believe that if the member f is public, his type should be public.

viboes commented 6 years ago

I don't know where you have posted

Should this type also be public?

https://github.com/shinobu-x/thread/blob/e60eca5212177386c271ce5046def824e5794123/include/boost/thread/future.hpp#L3176-L3182

But the answer is yes.