Go to the documentation of this file.
38 #ifndef BLOCXX_THREAD_BARRIER_HPP_INCLUDE_GUARD_
39 #define BLOCXX_THREAD_BARRIER_HPP_INCLUDE_GUARD_
40 #include "blocxx/BLOCXX_config.h"
45 namespace BLOCXX_NAMESPACE
48 class ThreadBarrierImpl;
83 #pragma warning (push)
84 #pragma warning (disable: 4251)