Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
ab998a79
Commit
ab998a79
authored
Mar 16, 2018
by
Lynn Garren
Browse files
the compiler supplies _WIN32
parent
9ee1f37b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Utility/Utility/atomic_int.h
View file @
ab998a79
...
...
@@ -8,7 +8,7 @@
// on macOS, atomic is available starting with Sierra (Darwin 16)
// ======================================================================
#if
USING_VISUAL
#if
_WIN32
#include
<atomic>
#define CLHEP_ATOMIC_INT_TYPE std::atomic<int>
#else
...
...
Utility/Utility/use_atomic.h
View file @
ab998a79
...
...
@@ -8,7 +8,7 @@
// on macOS, atomic is available starting with Sierra (Darwin 16)
// ======================================================================
#if
USING_VISUAL
#if
_WIN32
#include
<atomic>
#define CLHEP_USE_ATOMIC
#else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment