|
From: Luigi B. <lui...@gm...> - 2009-03-05 10:36:09
|
On Wed, 2009-03-04 at 11:41 +1100, Mark joshi wrote: > As far as I can tell the type of Size is > > const unsigned __int64 > > I am never very keen on using code with __ in it. What do you think? I think it stinks... sigh. Had I faced this problem earlier on, I'd have gotten rid of Null altogether and used boost::optional instead. Now it's probably too messy to tackle before 1.0. Anyway: the specialization would be into a VC9-specific section of code, so I think it's not a bit deal if we use the specific __int64 type. Luigi -- Dealing with failure is easy: work hard to improve. Success is also easy to handle: you've solved the wrong problem. Work hard to improve. -- Alan Perlis |