
11 Aug
2005
11 Aug
'05
4:58 p.m.
Jonathan Wakely wrote:
Presumably it doesn't matter much, since the compiler will generate a copy ctor with the right semantics, so the typo just introduces a constructor that will only cause an error if it's instantiated, which is fairly unlikely.
Not for Comeau frontends which check the template code. See the latest Tru64/CXX regression results for date_time. Markus