HomeSort by relevance Sort by last modified time
    Searched full:pack_1 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11-1y.cpp 61 template<typename...T> void pack_1(T...t) { [a(t...)] {}; } // expected-error {{initializer missing for lambda capture 'a'}} function
62 template void pack_1<>(); // expected-note {{instantiation of}}

Completed in 131 milliseconds