]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/collect_vargs.h
Remove C++89 workaround for closing angle brackets in nested templates.
[ginac.git] / ginac / polynomial / collect_vargs.h
index f2e557111666a9c5203e7c850924c784fd3b746d..b1bb64b328a935c8453e00ac336e0afb5e8855e2 100644 (file)
@@ -56,7 +56,7 @@ static inline bool zerop(const exp_vector_t& v)
        return true;
 }
 
-typedef std::vector<std::pair<exp_vector_t, ex> > ex_collect_t;
+typedef std::vector<std::pair<exp_vector_t, ex>> ex_collect_t;
 
 extern void
 collect_vargs(ex_collect_t& ec, const ex& e, const exvector& x);