lean2/src/init
Leonardo de Moura 516c0c73b9 refactor(*): remove dependency to thread_local C++11 keyword, the
current compilers have several bugs associated with it

We use the simpler __thread (gcc and clang) and
__declspec(thread) (visual studio).
2014-09-24 12:51:04 -07:00
..
CMakeLists.txt refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
init.cpp refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
init.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00