default constructor
parent
f44e39eb21
commit
b52f488d75
|
@ -172,6 +172,9 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
/// Default constructor, for serialization
|
||||||
|
Expression() {}
|
||||||
|
|
||||||
/// Keys and dimensions in same order
|
/// Keys and dimensions in same order
|
||||||
typedef std::pair<KeyVector, FastVector<int> > KeysAndDims;
|
typedef std::pair<KeyVector, FastVector<int> > KeysAndDims;
|
||||||
KeysAndDims keysAndDims() const;
|
KeysAndDims keysAndDims() const;
|
||||||
|
|
Loading…
Reference in New Issue