Commit a47fd477 authored by Davis King's avatar Davis King

Made the C++11 test check for thread_local support.

parent c8d33ea6
...@@ -15,6 +15,7 @@ public: ...@@ -15,6 +15,7 @@ public:
void dostuff() void dostuff()
{ {
thread_local stuff1 = 999;
auto x = 4; auto x = 4;
decltype(x) asdf = 9; decltype(x) asdf = 9;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment