mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
define atomic_state for C++ even more properly
This commit is contained in:
parent
a976ab6646
commit
f01b098e8d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
typedef std::atomic_int atomic_int;
|
||||
typedef std::atomic_size_t atomic_size_t;
|
||||
typedef std::atomic_int atomic_state;
|
||||
typedef std::atomic<enum state> atomic_state;
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue