2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-26 18:32:54 +00:00
Files
context/src
Nikita Kniazev 8425e830ea Cease dependence on Thread
On C++11 static local variables are initialized in thread-safe manner, but even on C++03 it should not be a problem because in our case variables are of trivial types, which means double initialization is not an issue, and they are initialized with the same value in every thread.
2021-06-12 22:23:08 +03:00
..
2021-06-12 22:23:08 +03:00
2021-06-12 22:23:08 +03:00
2013-01-07 21:24:57 +00:00
2018-04-11 06:23:29 +02:00
2014-02-20 19:41:07 +01:00