forked from OSchip/llvm-project
Fix test, make the template type a const pointer.
llvm-svn: 189166
This commit is contained in:
parent
5559d47266
commit
139e5c5b75
|
@ -98,7 +98,7 @@ TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested tci;
|
|||
TC<int, -3, nullptr, nullptr, nullptr, nullptr, tmpl_impl> tcn;
|
||||
|
||||
struct _GUID;
|
||||
template <_GUID *>
|
||||
template <const _GUID *>
|
||||
struct tmpl_guid {
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue