boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
198 stars 162 forks source link

BOOST_ONCE_INIT macro doesn't work under VS2010 #287

Open bradphelan opened 5 years ago

bradphelan commented 5 years ago

this fails

boost::once_flag _once = BOOST_ONCE_INIT

with a syntax error.

viboes commented 4 years ago

Please, could you ne more explicit.

Pr IS welcome