Skip to content

Commit

Permalink
Merge pull request #222 from tcbrindle/pr/fix-single-header
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbrindle authored Nov 27, 2024
2 parents 9a02b77 + 76ecd19 commit ffd1d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_single_header.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace fs = std::filesystem;

namespace {

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

template <typename Rng, typename Value>
bool contains(const Rng& range, const Value& val)
Expand Down

0 comments on commit ffd1d92

Please sign in to comment.