Skip to content

Conversation

@lemire
Copy link
Member

@lemire lemire commented Dec 23, 2024

You have

if (parse_result.has_value()) {

where you need to have something like

if (parse_result.value().has_value()) {

@lemire lemire requested a review from anonrig December 23, 2024 22:51
@anonrig anonrig merged commit 8586b04 into yagiz/add-url-pattern Dec 23, 2024
8 of 25 checks passed
@anonrig anonrig deleted the yagiz/add-url-pattern-more-fixes branch December 23, 2024 23:00
anonrig pushed a commit that referenced this pull request Jan 8, 2025
anonrig pushed a commit that referenced this pull request Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants