• Luca Boccassi's avatar
    Problem: C++11 atomic API never used · f0ae5e58
    Luca Boccassi authored
    Solution: remove requirement to manually define macro and just check
    for the C++ supported version.
    Note that compiler intrinsics still have priority if available, to
    avoid changes unless necessary.
    f0ae5e58
atomic_ptr.hpp 7.41 KB