// { dg-do compile { target c++11 } } template class bound_functor { public: bound_functor(); }; template bound_functor::bound_functor() { }