mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
34c9cee380
Do not allow thread_local vars with non-trivial destructors
2 lines
48 B
C++
2 lines
48 B
C++
#include <string>
|
|
thread_local std::string foo;
|