DNedic / lockfree

A collection of lock-free data structures written in standard C++11
MIT License
795 stars 49 forks source link

Do not include stdlib headers inside namespace #8

Closed LnnrtS closed 1 year ago

LnnrtS commented 1 year ago

This causes the compiler to crash on arm gcc 12.2.
Tests with native gcc are working tough

DNedic commented 1 year ago

Thanks for the submission! It looks good to me.