We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbc0ab commit b503cf0Copy full SHA for b503cf0
1 file changed
example/threadpool_cxx14.cpp
@@ -14,7 +14,7 @@
14
// clang++ -std=c++14 -Wall -O3 -Ipath-to-taskflow threadpool_cxx14.cpp -o threadpool_cxx14
15
// (for gcc, replace clang++ with g++)
16
17
-#include <taskflow/threadpool/threadpool_cxx14.hpp>
+#include <taskflow/executor/threadpool_cxx14.hpp>
18
#include <iostream>
19
#include <random>
20
0 commit comments