Ticket #1084: boost-1.34-atomicity.h.patch

File boost-1.34-atomicity.h.patch, 399 bytes (added by bero@…, 15 years ago)

Fix

  • boost_1_34_0/boost/detail/atomic_count_gcc.hpp

    old new  
    1717//  http://www.boost.org/LICENSE_1_0.txt)
    1818//
    1919
     20#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2)
    2021#include <bits/atomicity.h>
     22#else
     23#include <ext/atomicity.h>
     24#endif
    2125
    2226namespace boost
    2327{