Skip to content
Snippets Groups Projects
Commit f963a4cb authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Force users to #include TAtomicCount.h.

parent 5b238a50
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TAtomicCount
# error This should be #included only by TAtomicCount.h. Please #include TAtomicCount.h.
#endif //ROOT_TAtomicCount
#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 2) || \
(defined(__APPLE_CC__) && __APPLE_CC__ > 5000 && !defined(MAC_OS_X_VERSION_10_6))
#include <bits/atomicity.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment