View | Details | Raw Unified
Collapse All | Expand All

(-) boost.old/detail/atomic_count.hpp (-1 / +1 lines)
 Lines 101-107    Link Here 
#  include <boost/detail/atomic_count_win32.hpp>
#  include <boost/detail/atomic_count_win32.hpp>
#elif defined( __GNUC__ ) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 )
#elif defined( __GNUC__ ) && ( __GNUC__ * 100 + __GNUC_MINOR__ >= 401 )  && !defined(__arm__) && !defined(__hppa) && !defined(__sparc__)
#  include <boost/detail/atomic_count_sync.hpp>
#  include <boost/detail/atomic_count_sync.hpp>