May 09, 2006
See the following URL for the discussion on this issue (my last comment was just posted, but may need some time to appear):

http://groups.google.com/group/comp.lang.c++.moderated/browse_thread/thread/92411f467f596945/c5f6483d32afadcf

(or http://tinyurl.com/k2nuf)

The test case is attached. The expected result is that the program builds and outputs `1e-10' (as GCC does).  DMC 8.47 currently fails to link:

main.obj(main)  Offset 098F6H Record Type 00C3
Error 1: Previous Definition Different : ?Epsilon@?$FMC@N@@2NA (double
FMC<double >::Epsilon)

--- errorlevel 1

Best regards,

Yongwei


May 09, 2006
Thanks for reporting this. -Walter