Max Sagebaum
Max Sagebaum
### Environment - TeXstudio: 4.2.2 - Qt: 5.15.2 - OS: Linux (Fedora 35) - TeX distribution: texlive ### Expected behavior All argument that are defined as "key%labeldef" in a cwl...
This might be related to issue #142. Enzyme does not finish when applied to the code: ``` #include #include extern int enzyme_dup; extern int enzyme_out; extern int enzyme_const; template void...
I will update this overview such that it is easy to grasp the status of the implementation. Example file: `example.cpp2` ``` example: @regex type = { regex := "ab*bd"; }...
New: This merge request adds the new function 'add_declaration_to_parent_namespace` in the `compiler_services`. This allows metafunctions to add declarations to the outer namespace of the current declaration. One example of such...
I posted this already in the imatrix gsl repo but got no answer. It is basically a first crude patch for CDATA handling. Here the original post: (https://github.com/imatix/gsl/issues/98) I have...
Cppfront produces the error: ``` main.cpp2(3,22): error: string literal "\" is missing its closing " main.cpp2(5,32): error: local variable c cannot be used in its own initializer ``` while parsing...
Closes https://github.com/hsutter/cppfront/issues/1152. Missing things: - [ ] Review - [ ] Regression tests if required.
The enums generated by `@enum` in cppfront can not be used as template type arguments. E.g: ``` range_flags: @enum type = { not_greedy := 1; greedy; possessive; } S: type...
In the regression test run https://github.com/hsutter/cppfront/actions/runs/10382592222/job/28745930035?pr=1224. I got a diff for an linking of `main` in a random directory. We probably should remove the user of temporary intermediate targets. ```...