Files
eigen/Eigen/src/ThreadPool/InternalHeaderCheck.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
170 B
C
Raw Normal View History

2023-05-05 16:23:34 +00:00
#ifndef EIGEN_THREADPOOL_MODULE_H
#error \
"Please include unsupported/Eigen/CXX11/ThreadPool instead of including headers inside the src directory directly."
#endif