concurrencykit / ck

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+.
http://concurrencykit.org/
Other
2.38k stars 313 forks source link

CK_PR_ACCESS: use __typeof__ instead of typeof #52

Closed mhaberler closed 9 years ago

mhaberler commented 9 years ago

this makes ck_pr.h safe to include in c++ with -std=c++11

all gcc+clang tests pass on x86-4cores, amd64-2cores, i.mx6-4cores, rpi2-4cores

mhaberler commented 9 years ago

closing, being reworked