even more tests

This commit is contained in:
Erik Frojdh
2019-08-12 12:09:44 +02:00
parent f78a98797f
commit c36dfc3992
4 changed files with 36 additions and 43 deletions

View File

@ -19,8 +19,8 @@
namespace sls {
std::string ToString(const std::vector<std::string> &vec,
const char delimiter = ' ');
// std::string ToString(const std::vector<std::string> &vec,
// const char delimiter = ' ');
/** Convert std::chrono::duration with specified output unit */
template <typename T, typename Rep = double>