Model and BaseExpression: changed the template taking a container to std::list

git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1121 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2018-07-05 09:51:26 +00:00
parent d6e428d929
commit 38b85722b8
8 changed files with 23 additions and 93 deletions

View File

@@ -35,13 +35,13 @@
#ifndef headerfile_morm_flatconnector
#define headerfile_morm_flatconnector
#include "flatexpression.h"
#include "textstream/textstream.h"
namespace morm
{
class Model;
class FlatExpression;
class FlatConnector