Refactor tests

This commit is contained in:
2023-03-21 00:53:18 +01:00
parent 12222f7903
commit 27ea3bf338
4 changed files with 160 additions and 155 deletions

View File

@@ -45,7 +45,7 @@ namespace mdlp {
int get_depth() const;
inline string version() const { return "1.1.1"; };
static inline string version() { return "1.1.1"; };
};
}
#endif