]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst.h
Avoid "instantiation of variable 'reg_info' required..." warning.
[ginac.git] / ginac / lst.h
index 8591861c1a252a49690c96e9423af6359bb93301..5038fca6ebfe54fad3672edb2053d28147a0ed56 100644 (file)
@@ -31,6 +31,9 @@ namespace GiNaC {
 
 typedef container<std::list> lst;
 
+/** Definition of container::reg_info for lst. */
+template<> registered_class_info lst::reg_info;
+
 /** Specialization of container::get_default_flags() for lst. */
 template<> inline unsigned lst::get_default_flags() { return status_flags::not_shareable; }