Files
ardour/libs/pbd
Robin Gareus 6d4b94df13 Reduce compiler warnings when boost uses std-atomics
This works around for compilers with non-static-data-member
initialization.

spinlock_t is-a struct { lockType _; } and BOOST_DETAIL_SPINLOCK_INIT
initializes the first member of the struct.
All defines of BOOST_DETAIL_SPINLOCK_INIT include c-style curly braces
to initialize the struct's data member.

However, modern C++ compiler interpret the braces differently resulting
in copy constriction of the initializer.
2019-07-28 20:10:09 +02:00
..
2019-07-28 15:02:04 +02:00
2019-07-26 16:44:29 +02:00
2015-10-05 16:17:49 +02:00
2015-10-05 16:17:49 +02:00
2017-04-20 22:12:33 +02:00
2015-10-05 16:17:49 +02:00
2015-10-05 16:17:49 +02:00
2018-05-19 09:28:30 +01:00
2016-11-17 12:58:28 +01:00