npalix / rathaxes

Automatically exported from code.google.com/p/rathaxes
1 stars 0 forks source link

Impossible to declare a pointer to a Rathaxes type #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to clean up the code from the ugly pointer-to-struct typedefs we 
made (Thanks to cnorm unstrict, see also issue 48).

Unfortunately, I cannot declare a pointer to a Rathaxes type within a chunk, 
the following statement doesn't compile:

${My::RathaxesType} *var_p;

You can reproduce the bug with the following patch:

https://www.kalessin.fr/projs/hg/epitech/mq/rathaxes/raw-file/4e7107e284de/ratha
xes_add_a_test_to_reproduce_the_pointer_to_rathaxes_bug.patch

I'd love to push that patch directly in the repository but I'd like to solve 
the issue 50 and agree on a layout for the compiler/tests directory first.

Original issue reported on code.google.com by kalessin...@gmail.com on 22 Oct 2012 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by kalessin...@gmail.com on 22 Oct 2012 at 12:06