16 Sep
2013
16 Sep
'13
6:07 p.m.
I replaced the cast macros now and pushed my changes. Instead of this
reinterpret_cast I used a c-style cast, so I do not have to care about consts now. There is virtually no const correctness in the existing code, just some single consts that try to make my life hard ;) .
I just adjusted factory.h to meet your code style convention, I hope this is okay now. Have you completed your review yet?
Regards, Markus