Skip to content

Commit 11b6913

Browse files
authored
Fix compilation under windows clang-19 aarch64 (#235)
1 parent 762a579 commit 11b6913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tbb-compat/tbb-compat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class task_scheduler_observer_v3 {
4040
/** For local observers the method can be used only when the current thread
4141
has the task scheduler initialized or is attached to an arena.
4242
Repeated calls with the same state are no-ops. **/
43-
void __TBB_EXPORTED_METHOD observe( bool state=true );
43+
voidDLL_EXPORT __TBB_EXPORTED_METHOD observe( bool state=true );
4444

4545
//! Returns true if observation is enabled, false otherwise.
4646
boolis_observing() const {return my_proxy!=NULL;}

0 commit comments

Comments
 (0)
close