]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/collect_vargs.h
Happy New Year!
[ginac.git] / ginac / polynomial / collect_vargs.h
index f2e557111666a9c5203e7c850924c784fd3b746d..c18cc45d23b4e6ffaf6ea20935e59100c13796f9 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to utility functions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2019 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -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);