1
0
Fork 0
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:
Georg Reinke 2017-05-15 17:47:44 +02:00
parent a976ab6646
commit f01b098e8d

View file

@ -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