v1.1.0 : Multithreading & UX update

This commit is contained in:
Brendan LE GLAUNEC
2016-10-28 09:50:37 +02:00
parent 7e6c501582
commit 58b101ed60
39 changed files with 572 additions and 407 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ namespace tool {
static std::mutex mutex;
//! Format a string with the given arguments
//! same behavior as sprintf.
// Format a string with the given arguments
// same behavior as sprintf.
template <class... Args>
std::string
fmt(const std::string& base, Args... args) {