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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Good catch, this shows there is a bug in the Tokenizer as an include path should be a string literal. Cheers for the catch, I've hotfixed the Postfix Iterator test to make it avoid false positives and I'll look into the Tokenizer bug asap. :)
I use paths that include
c++
, example:#include <foo/c++14/bar.hpp>
When I check the file with
flint++
, I get:For some reason, I have doubt that this will improve my code :)
The text was updated successfully, but these errors were encountered: