You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/include/rlbox_sandbox.hpp
+30-13Lines changed: 30 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -79,11 +79,6 @@ struct rlbox_transition_timing
79
79
};
80
80
#endif
81
81
82
-
#ifndef RLBOX_SINGLE_THREADED_INVOCATIONS
83
-
# error \
84
-
"RLBox does not yet support threading. Please define RLBOX_SINGLE_THREADED_INVOCATIONS prior to including RLBox and ensure you are only using it from a single thread. If threading is required, please file a bug."
85
-
#endif
86
-
87
82
/**
88
83
* @brief Encapsulation for sandboxes.
89
84
*
@@ -97,6 +92,9 @@ class rlbox_sandbox : protected T_Sbx
0 commit comments