Skip to content

Commit bcc78b8

Browse files
Update README.md
Co-authored-by: CrackedMatter <81803926+CrackedMatter@users.noreply.github.com>
1 parent cec7d94 commit bcc78b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ constexpr hat::fixed_signature pattern = hat::compile_signature<"48 8D 05 ? ? ?
109109
// Parse using the UDLs at compile time
110110
using namespace hat::literals;
111111
constexpr hat::fixed_signature pattern = "48 8D 05 ? ? ? ? E8"_sig; // stack owned
112-
constexpr hat::signature_view pattern = "48 8D 05 ? ? ? ? E8"_sigv; // static lifetime
112+
constexpr hat::signature_view pattern = "48 8D 05 ? ? ? ? E8"_sigv; // static lifetime (requires C++23)
113113

114114
// Parse it at runtime
115115
using parsed_t = hat::result<hat::signature, hat::signature_parse_error>;

0 commit comments

Comments
 (0)