id summary reporter owner description type status milestone component version severity resolution keywords cc 8593 enable std::atomic with clang / libc++ reakinator@… timblechmann "Attatched is a simple patch that checks if we're usng a version of clang / libc++ that has support. The: {{{ #if defined(_LIBCPP_VERSION) && __has_include( ) }}} is on a second line because I previously had problems with the __has_include( <> ) macro when this code is interpreted by MSVC compiler - it seems to want to process the entire line despite the first check failing." Patches new To Be Determined lockfree Boost 1.52.0 Problem reakinator@…