We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a02b77 + 76ecd19 commit ffd1d92Copy full SHA for ffd1d92
tools/make_single_header.cpp
@@ -16,7 +16,7 @@ namespace fs = std::filesystem;
16
17
namespace {
18
19
-constexpr auto& include_regex = R"(#include <(flux(?:/\w*)+.hpp)>)";
+constexpr auto& include_regex = R"(#include <(flux(?:/\w*)+.h(?:pp)?)>)";
20
21
template <typename Rng, typename Value>
22
bool contains(const Rng& range, const Value& val)
0 commit comments