Ver código fonte

Match .inc as a header extension

default_compile_flags
vector-of-bool 4 anos atrás
pai
commit
9b01087a92
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/dds/source/file.cpp

+ 1
- 0
src/dds/source/file.cpp Ver arquivo

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

Carregando…
Cancelar
Salvar