This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Match .inc as a header extension
default_compile_flags
vector-of-bool
4 years ago
parent
d1bf1aafcd
commit
9b01087a92
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
src/dds/source/file.cpp
+ 1
- 0
src/dds/source/file.cpp
View File
@@ -18,6 +18,7 @@ std::optional<source_kind> dds::infer_source_kind(path_ref p) noexcept {
".hh",
".hpp",
".hxx",
".inc",
".inl",
".ipp",
};
Write
Preview
Loading…
Cancel
Save