Commit 5fecb30c authored by Davis King's avatar Davis King

Fixed c++11 test program.

parent 945c62bf
...@@ -20,7 +20,7 @@ public: ...@@ -20,7 +20,7 @@ public:
template <typename T> template <typename T>
auto auto_return(T f) -> decltype(f()) { return f(); } auto auto_return(T f) -> decltype(f()) { return f(); }
int returnint() { return 0; } static int returnint() { return 0; }
void dostuff() void dostuff()
{ {
......
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