mirror of
https://github.com/vcmi/vcmi.git
synced 2026-05-22 09:55:17 +02:00
Replaced boost::thread_specific_ptr with thread_local
This commit is contained in:
@@ -19,9 +19,6 @@
|
||||
namespace NKAI
|
||||
{
|
||||
|
||||
extern boost::thread_specific_ptr<CCallback> cb;
|
||||
extern boost::thread_specific_ptr<AIGateway> ai;
|
||||
|
||||
using namespace Goals;
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user