瀏覽代碼

Fix differing tag (warning on MSVC)

default_compile_flags
vector-of-bool 5 年之前
父節點
當前提交
40e9cd9f31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/dds/build/plan/compile_file.hpp

+ 1
- 1
src/dds/build/plan/compile_file.hpp 查看文件

@@ -11,7 +11,7 @@ struct compile_failure : std::runtime_error {
using runtime_error::runtime_error;
};

struct shared_compile_file_rules {
class shared_compile_file_rules {
struct rules_impl {
std::vector<fs::path> inc_dirs;
std::vector<std::string> defs;

Loading…
取消
儲存