Переглянути джерело

Support .ipp files

default_compile_flags
vector-of-bool 5 роки тому
джерело
коміт
30cda52ae2
1 змінених файлів з 2 додано та 0 видалено
  1. +2
    -0
      src/dds/source/file.cpp

+ 2
- 0
src/dds/source/file.cpp Переглянути файл

".hpp", ".hpp",
".hxx", ".hxx",
".inl", ".inl",
".ipp",
}; };
assert(std::is_sorted(header_exts.begin(), header_exts.end())); assert(std::is_sorted(header_exts.begin(), header_exts.end()));
static std::vector<std::string_view> source_exts = { static std::vector<std::string_view> source_exts = {
".cpp", ".cpp",
".cxx", ".cxx",
}; };
assert(std::is_sorted(header_exts.begin(), header_exts.end()));
assert(std::is_sorted(source_exts.begin(), source_exts.end())); assert(std::is_sorted(source_exts.begin(), source_exts.end()));
auto leaf = p.filename(); auto leaf = p.filename();



Завантаження…
Відмінити
Зберегти