lean2/src/tests
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
..
frontends/lean refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
kernel refactor(kernel): explicit initialization/finalization 2014-09-24 10:12:28 -07:00
library refactor(kernel): explicit initialization/finalization 2014-09-24 10:12:28 -07:00
util refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00