www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - A standard conformance issue regarding specialization of static data member - test.zip

↑ ↓ ← Wu Yongwei <Wu_member pathlink.com> writes:
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 08 2006
↑ ↓ → Walter Bright <newshound digitalmars.com> writes:
Thanks for reporting this. -Walter
May 09 2006