Fix TOML++ compilation with Clang-Cl toolchain (#2328)

pull/2332/head
Andrej Redeky 2 years ago committed by GitHub
parent 6f02b03b06
commit b623fd5c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/t/toml++/xmake.lua

@ -49,7 +49,7 @@ package("toml++")
cpp = 17
)"sv;
toml::table tbl = toml::parse(some_toml);
auto tbl = toml::parse(some_toml);
std::cout << tbl << "\n";
}
]]}, {configs = {languages = "c++17"}, includes = "toml++/toml.h"}))

Loading…
Cancel
Save