
17 Dec
2007
17 Dec
'07
8:14 p.m.
John Torjo wrote:
I'm in a similar situation where I have to use a specific compiler because it's the only compiler supported by the closed SDK for the platform we're developing for.
Right now I, unfortunately, can only use the Torjo logging library for a windows port of the application because the target platform doesn't support RTTI (exceptions are fine). This is annoying because the
So lets assume I make it run when no RTTI is available. Does your compiler allow partial specialization?
Yes partial specialization works just fine AFAICT. I use MPL and Fusion in several places so it seems to cope pretty well with template trickery.