You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Fast compile-time regular expressions with support for matching/searching/capturing during compile-time or runtime.
6
6
7
-
You can use the single header version from directory `single-header`. This header can be regenerated with `make single-header`.
7
+
You can use the single header version from directory `single-header`. This header can be regenerated with `make single-header`. If you are using cmake, you can add this directory as subdirectory and link to target `ctre`.
8
8
9
9
More info at [compile-time.re](https://compile-time.re/)
10
10
@@ -188,3 +188,7 @@ for (auto match: ctre::range<"([0-9]+),?">(input)) {
0 commit comments