Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
When compiling on windows I receive an error from ck_pr.h line 55 because __GNUC__ is not defined. Are there any plans to provide windows support without mingw?
Definitely interested in this @bin , especially since MSVC plans to support modern C now. Patches are welcome, as long as we don't revert to < C99. Would you be interested in helping us with this?
When compiling on windows I receive an error from ck_pr.h line 55 because
__GNUC__
is not defined. Are there any plans to provide windows support without mingw?