cyclonedds-cxx icon indicating copy to clipboard operation
cyclonedds-cxx copied to clipboard

Fix compilation for clang on debian

Open qwerty123443 opened this issue 2 years ago • 0 comments

This fix was needed for compilation of files generated with idlcxx to succeed on my machine. There are more references to std::memory_order_* in the repo, but this was the only reference to std::memory_order::memory_order_release. See also https://en.cppreference.com/w/cpp/atomic/memory_order

qwerty123443 avatar May 12 '22 11:05 qwerty123443