namespace vase.

This commit is contained in:
2026-08-06 20:36:14 +01:00
parent 0720a254a3
commit 04a27b30aa
18 changed files with 39 additions and 11 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
#include "internal/vase/iterators/petal.h"
#include "internal/vase/vase.h"
namespace crib::internal::vase {
std::vector<RegexMatch> Vase::_regex_search(
std::string_view pattern, Range range, std::string_view options
) {
@@ -294,3 +294,4 @@ std::vector<RegexMatch> Vase::_regex_search(
return results;
}
} // namespace crib::internal::vase