mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -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;
|