gerboengels 221873e69f
Fix #11319 (#4549)
In this example:
```
//template<std::same_as<int> T> // <= works
template<same_as<int> T>        // <= didn't work
void f()
{}
```
the changed line used to match to `< same_as <`, therefore skip creating links.
The `%op% %name% <` already feels a bit like a workaround. So adding the condition that $op$ shouldn't be a comparison operator, but part of the template, seemed reasonable to me

Co-authored-by: Gerbo Engels <gerbo.engels@ortec-finance.com>
2022-10-16 19:33:44 +02:00
..
2021-08-07 20:51:18 +02:00
2021-08-07 20:51:18 +02:00
2021-08-07 20:51:18 +02:00
2022-08-28 14:22:12 +02:00
2021-03-21 20:58:32 +01:00
2022-09-23 20:18:49 +02:00
2022-10-14 11:55:45 +02:00
2022-07-12 22:58:52 +02:00
2022-02-05 11:45:17 +01:00
2022-10-16 19:33:44 +02:00