CTRE DFA branch is (probably) not correct
See original GitHub issueIssue Description
This should be able to compile: https://compiler-explorer.com/z/3ndG45
but I’m getting error:
<source>: In function 'bool match(std::string_view)':
<source>:4:22: error: 'fast_match' is not a member of 'ctre'
4 | return ctre::fast_match<"aloha|[a-z]+">(sv);
| ^~~~~~~~~~
Compiler returned: 1
but the “function” fast_match
is available in the dfa branch thru include/ctre.hpp
which includes ctre/functions.hpp
, I tried to trigger an error and notice the functions.hpp
is different version than the one in the dfa branch, it looks like od main/master branch.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Contact the Passport Service - DFA.ie
A Customer Service Hub Agent can confirm if supporting documents have been received but they cannot tell you if they are correct. All...
Read more >PASSPORT RENEWAL REQUIREMENTS & DFA Appointment ...
We recently renewed our passports, and based on our experience, it's pretty much the same. Understandably strict implementation of safety protocols are observed ......
Read more >Report my Passport Lost or Stolen - travel.gov
Report your physical U.S. passport lost or stolen immediately to protect yourself from identity theft. You can replace it now or later -...
Read more >ATAP Frequently Asked Questions
No. [to Top]. What do I do if my account is locked? Locked accounts automatically get reset each business night. You may also...
Read more >Defense Finance Accounting Service (DFAS)
Description of and instructions for submitted claims of secondary dependency for incapacitated children, students aged 21 and 22, parents, and wards of the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
all branches are now updated nightly with some hackery
Hm, DFA should be pulled every night, but perhaps that’s broken somehow. Ecma-unicode and v2 are not updated nightly, so we should probably change that as well then.