From edaa002c3c23e84db8ca07c521118da37ba5bb38 Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Tue, 25 Jul 2017 15:46:16 +0300 Subject: [core] current scheduler - Adds a way to set the current scheduler on the thread to be used whenever a mailbox is created that needs to reply on this thread --- platform/default/thread_local.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/default') diff --git a/platform/default/thread_local.cpp b/platform/default/thread_local.cpp index 7abbaa0146..db70773c12 100644 --- a/platform/default/thread_local.cpp +++ b/platform/default/thread_local.cpp @@ -58,8 +58,8 @@ void ThreadLocal::set(T* ptr) { } } -template class ThreadLocal; template class ThreadLocal; +template class ThreadLocal; template class ThreadLocal; // For unit tests } // namespace util -- cgit v1.2.1