mirror of
https://github.com/boostorg/thread.git
synced 2026-02-02 09:22:10 +00:00
Fix executor forward
correct namespace and type
This commit is contained in:
@@ -104,7 +104,9 @@ namespace boost
|
||||
|
||||
#ifdef BOOST_THREAD_PROVIDES_EXECUTORS
|
||||
#else
|
||||
struct executor;
|
||||
namespace executors {
|
||||
class executor;
|
||||
}
|
||||
#endif
|
||||
typedef shared_ptr<executor> executor_ptr_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user