"tutorials/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "c9b26dda2f427ef3cfc1600566f5a74761f8df89"
Commit a47fd477 authored by Davis King's avatar Davis King
Browse files

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