2
0
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:
Jürgen Hunold
2015-10-12 08:01:19 +02:00
parent ad3cf1189e
commit 6ed577f4eb

View File

@@ -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;