// PR c++/62155 // { dg-do compile { target c++11 } } template struct S { T i{[this] {}}; // { dg-error "cannot convert" } }; S s; // { dg-message "required" }