The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Modules
Inputs
cxx-lookup
x.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
template
<
class T
>
class allocator
;
struct
X
{
virtual allocator
<
char
>
f
(
)
;
}
;