ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
use_atomic.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file use_atomic.h
1
#ifndef CLHEP_USE_ATOMIC_GUARD_H
2
#define CLHEP_USE_ATOMIC_GUARD_H
3
4
// ======================================================================
5
//
6
// Use std::atomic when the compiler declares it uses the C++11 standard
7
//
8
// ======================================================================
9
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 7) || __clang__ || WIN32
10
#include <atomic>
11
#define CLHEP_USE_ATOMIC
12
#endif
13
14
#endif
geant4
tree
geant4-10.6-release
source
externals
clhep
include
CLHEP
Utility
use_atomic.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:14
using
1.8.2 with
ECCE GitHub integration