Skip to content

Commit ffd1d92

Browse files
authored
Merge pull request #222 from tcbrindle/pr/fix-single-header
2 parents 9a02b77 + 76ecd19 commit ffd1d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_single_header.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace fs = std::filesystem;
1616

1717
namespace {
1818

19-
constexpr auto& include_regex = R"(#include <(flux(?:/\w*)+.hpp)>)";
19+
constexpr auto& include_regex = R"(#include <(flux(?:/\w*)+.h(?:pp)?)>)";
2020

2121
template <typename Rng, typename Value>
2222
bool contains(const Rng& range, const Value& val)

0 commit comments

Comments
 (0)