cpptask
cpptask copied to clipboard
Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.
Would you like to [replace any double quotes](https://github.com/Kolkir/cpptask/blob/060826b6614f5dcc86eb8bd2c0d2426a7df2e541/include/cpptask/cpptask.h#L33) by [angle brackets around file names for include statements](http://stackoverflow.com/questions/21593/what-is-the-difference-between-include-filename-and-include-filename)?
I would like to point out that identifiers like "[`_CPP_TASK_CACHE_LINE_SIZE_`](https://github.com/Kolkir/cpptask/blob/060826b6614f5dcc86eb8bd2c0d2426a7df2e541/include/cpptask/cpptask.h#L31)" and "[`_CPP_TASK_THREADPOOL_H_`](https://github.com/Kolkir/cpptask/blob/060826b6614f5dcc86eb8bd2c0d2426a7df2e541/include/cpptask/threadpool.h#L28)" [do eventually not fit](https://www.securecoding.cert.org/confluence/display/cplusplus/DCL51-CPP.+Do+not+declare+or+define+a+reserved+identifier) to the expected naming convention of the C++ language standard. Would you like to...