``` template <typename T> using Uptr = std::unique_ptr<T>; ```
Does not recognise Uptr as a typename;
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/975
Seems to work with the "new" cxx parser.
Closed #975 as completed.
github-comments@lists.geany.org