fix C++11 build

This commit is contained in:
MoAlyousef
2020-11-27 17:38:40 +03:00
parent 5dc71f9ba1
commit 16e68d7542
12 changed files with 52 additions and 29 deletions
+4 -2
View File
@@ -4,7 +4,8 @@
#include <stdexcept>
#include <toml.hpp>
namespace cmkr::cmake {
namespace cmkr {
namespace cmake {
namespace detail {
std::vector<std::string> to_string_vec(
@@ -233,4 +234,5 @@ CMake::CMake(const std::string &path, bool build) {
}
}
}
} // namespace cmkr::cmake
} // namespace cmake
} // namespace cmkr