• Dan Albert's avatar
    Only use <atomic> for C++11 and newer. · 3ce0769a
    Dan Albert authored
    Any pre-C++11 clients of stdatomic.h that use libc++ are being forced
    over to <atomic>, which they don't have the language support to use.
    
    Change-Id: I62445c1f2541410a1569498c09433c7196635537
    3ce0769a
stdatomic.h 18.9 KB