Kosta-Github / signals-cpp

Provide a very simple C++ interface for doing signal-slot-connections in an easy but thread-safe manner.
MIT License
22 stars 3 forks source link

Add a workaround for the std::this_thread::yield bug in g++ 4.7 #1

Closed larsxschneider closed 10 years ago

larsxschneider commented 10 years ago

c.f. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52680 http://gcc.gnu.org/ml/libstdc++-cvs/2012-q4/msg00045.html