浏览代码

Match .inc as a header extension

default_compile_flags
vector-of-bool 4 年前
父节点
当前提交
9b01087a92
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/dds/source/file.cpp

+ 1
- 0
src/dds/source/file.cpp 查看文件

@@ -18,6 +18,7 @@ std::optional<source_kind> dds::infer_source_kind(path_ref p) noexcept {
".hh",
".hpp",
".hxx",
".inc",
".inl",
".ipp",
};

正在加载...
取消
保存