]> www.ginac.de Git - ginac.git/blobdiff - ginac/registrar.h
Remove C++89 workaround for closing angle brackets in nested templates.
[ginac.git] / ginac / registrar.h
index cb3517168414a375c991ef448da71e70ce3ed283..5c97e6d176c1c2b6f20dfa481465178879d47f53 100644 (file)
@@ -36,7 +36,7 @@ namespace GiNaC {
 class ex;
 class archive_node;
 
-template <template <class T, class = std::allocator<T> > class> class container;
+template <template <class T, class = std::allocator<T>> class> class container;
 typedef container<std::list> lst;
 
 /** To distinguish between different kinds of non-commutative objects */