Merge branch 'master' into debug-step

This commit is contained in:
Ben Burdette
2022-02-04 15:09:40 -07:00
178 changed files with 2886 additions and 28663 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ public:
{ }
template<typename... Args>
BaseError(const std::string & fs, const Args & ... args)
explicit BaseError(const std::string & fs, const Args & ... args)
: err { .level = lvlError, .msg = hintfmt(fs, args...) }
{ }