Ignore maximal munch issue in type spelling in clang 7
This commit is contained in:
parent
6a3baa9974
commit
34fd07b1b4
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ using c = void;
|
|||
template <class D = decltype(1 + 3)>
|
||||
using d = void;
|
||||
|
||||
// maximal munch here
|
||||
template <typename E = a<void>>
|
||||
// potential maximal munch here, but ignore it
|
||||
template <typename E = a<void> >
|
||||
using e = void;
|
||||
)";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue