OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X1tt
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
parameter-matching.cpp
26
template<template<class T> class> class
X1tt
; // expected-note{{previous template template parameter declared here}}
27
template<template<class T> class...> class
X1tt
; // expected-error{{template template parameter pack conflicts with previous template template parameter}}
/external/clang/test/CXX/temp/temp.param/
p11-0x.cpp
57
template<template<int> class... Meta> struct
X1tt
;
59
struct
X1tt
<M, Meta...> { };
68
void f1tt(
X1tt
<M, Meta...>);
Completed in 266 milliseconds