gerboengels 63e30d1b8c
Fix syntaxError on lambda inside decltype (#4650)
Use case where it gave an issue:

using customComparator = decltype([] (const X& lhs, const X& rhs) { return lhs.CompareTo(rhs); });
std::map<X, int, costomComparator> m;

Co-authored-by: Gerbo Engels <gerbo.engels@ortec-finance.com>
2022-12-18 16:46:04 +01:00
..
2022-02-05 11:45:17 +01:00
2022-05-21 12:18:27 +02:00
2022-05-21 12:18:27 +02:00
2022-02-05 11:45:17 +01:00
2022-05-21 12:18:27 +02:00
2022-11-13 23:04:51 +01:00
2022-09-27 06:48:06 +02:00
2022-02-05 11:45:17 +01:00
2022-05-21 12:18:27 +02:00
2022-05-21 12:18:27 +02:00
2022-05-21 12:18:27 +02:00
2022-05-21 12:18:27 +02:00
2022-02-05 11:45:17 +01:00
2022-11-12 22:36:26 +01:00
2022-02-05 11:45:17 +01:00
2022-10-06 20:12:07 +02:00
2022-10-06 20:12:07 +02:00
2022-10-06 20:12:07 +02:00
2022-02-05 11:45:17 +01:00
2022-11-20 12:30:09 +01:00
2022-08-28 14:22:12 +02:00
2022-08-28 14:22:12 +02:00
2022-12-07 09:38:36 +01:00