Matthieu Dartiailh

Results 291 comments of Matthieu Dartiailh

Looking quickly it appears the parser believe it is dealing with a function qualifier rather than an identifier. Honestly I won't have the bandwidth to look in more details soon....

Actually the parser largely predates me taking over the maintenance of the project. However I believe this is here to handle the kind of things discussed in https://stackoverflow.com/questions/1449181/what-does-double-underscore-const-mean-in-c for example....

The parser is meant to be a partial C parser (limited to the relevant information in the headers) and has no notion of c++ namespaces. It may be possible to...

1. Sorry I completely misread that sorry. 2. Cool. 3. The one case I would like to also see covered is the possibility to pass an existing CLibInterface object to...

1. Save if we end up with a compelling use case it should work. Looking at the gist I was under the impression that this was reserved to macro function....

Sorry about that I started my answer with something than re-wrote it ... My idea that there might be use cases where it is desirable to include definition from multiple...

1. I am fine with the derive method. 2. Why not... I would prefer macro function to have a format method rather than value. As macro definition don't have parameters...

I agree that this is very ugly coding, so ok lets keep it out for the time being. If we find somebody stupid enough to do such a thing we...

This makes perfect sense to me. Have you found a templating engine suiting your needs ?

Sorry for the slow response. I believe that this is not the default bahavior since usually one expects an array rather than a single value. But we can probably cover...