David Lindauer

Results 431 comments of David Lindauer

yeah I do have a long term goal of implementing C++2017; I had just completed C++2014 last year though and was taking a break lol! But when I looked at...

BTW I was just going to leave the issue about the multithreading support open and see if you would find time for it at some point... it isn't like i...

it looks like fold expressions and class template auto deduction are the most difficult things to implement in this version of the standard; everything else should proceed easily enough.

related issue: ``` struct sym { struct mystruct { ... }; ... }; typedef struct sym SYMBOL; int myFunc(SYMBOL *sym) { auto aa = (sym::mystruct*)malloc(sizeof(sym::mystruct)); } ```

i saw something weird the other day, but I don't know where it was or what it was, and when I tried to replicate it the problem went away. That...

yeah omake is currently completely standalone in that it doesn't rely on anything else out of the repo. There has been discussion on adding a config file with basic definitions...

I'll look into it when I get a chance. That is much better than maintaining by hand :smile:

the only reason this is a separate project is that someone asked for it... one person wants it another is opposed to having it, can't please everyone I guess. fwiw...