Merge all the tools into a single monolithic binary. Much better!

This commit is contained in:
David Given
2019-07-03 00:08:29 +02:00
parent f7af8bb99b
commit 4649cf6206
27 changed files with 280 additions and 94 deletions

View File

@@ -49,7 +49,7 @@ public:
unsigned revolutions;
};
std::ostream& operator << (std::ostream& os, const DataSpec& dataSpec)
static inline std::ostream& operator << (std::ostream& os, const DataSpec& dataSpec)
{ os << (std::string)dataSpec; return os; }
class DataSpecFlag : public Flag