// { dg-do compile { target c++11 } } #include template struct Foo { Foo(T = nullptr) {} }; static_assert(!std::is_constructible>::value, "");