
28 Jun
2005
28 Jun
'05
8:53 a.m.
Fernando Cacciola wrote:
But it isn't. 5.6.4 shipped with a different std library (w.r.t 5.5.1) and there lies the problem (numeric_limits<> not having compile time constants)
Hmmm. My problem was nothing to do with compile time constants, but that the compiler does not support default template parameters for nested templates. I believe that is a problem with 5.5.1 as well. Maybe I'm looking at the wrong examples / test cases? AlisdairM