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