COMP: backport of updates for gcc-92 compilation

This commit is contained in:
Mark Olesen
2020-01-28 16:09:18 +01:00
parent 21de95bb81
commit e252ec46dc
115 changed files with 476 additions and 701 deletions

View File

@ -144,6 +144,13 @@ public:
typedef indexedVertex<Gt,Vb2> Other;
};
// Generated Methods
//- Copy construct
indexedVertex(const indexedVertex&) = default;
// Constructors
inline indexedVertex();