Laeeth Isharc

Results 127 comments of Laeeth Isharc

If you make types opaque then you should distinguish between actual size of the type and the padding.

It's not because of disagreement but because of static arrays

However suppose you were to tell dpp ahead of time which versions of the CPP templated things you wished to instantiate. Say by for example including a header file that...

I'm not convinced that clang won't tell you the size of the field once type is instantiated. If clang won't tell you probably libtooling would. But suppose no library will...

Offset isn't needed in the end once it works but until then if trying to figure out what's going on it's nice to have. I was suggesting one could do...

Didn't follow the meaning of support msvc. Use case here for time being is quite substantial on windows and there we use msvc for now though I am trying to...

For D community, yeah you can just #include cpp and it works. That's amazing - let's move our game dev to D. Uh it's Linux only ..

I think the manglings mostly will work.

What about IDE support and debugging problems? I don't see how it hurts

General problem of precedence. For example imapfilter has a file called regexp.h and GCC standard library has a defunct stub with that name too. So using the -i flag it...