Open schuhschuh opened 6 years ago
Use pybind11 instead of cffi to bind C++11 code which uses std::atomic instead of GNU GCC built-in functions. Can be built with any C++11 compiler, including MSVC on Windows.
cffi
std::atomic
See #11 and #12.
Use pybind11 instead of
cffi
to bind C++11 code which usesstd::atomic
instead of GNU GCC built-in functions. Can be built with any C++11 compiler, including MSVC on Windows.See #11 and #12.