This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Template-Metaprogramming vs. gcc-2.95


Hi all,
out of pure curiosity I tried to compile the Template-Metaprogramming
examples from http://home.t-online.de/home/Ulrich.Eisenecker/meta.htm,
specifically 

http://www.prakinf.tu-ilmenau.de/~czarn/meta/metaxmpl.cpp 
which requires
http://www.prakinf.tu-ilmenau.de/~czarn/meta/metactrl

Well, it failes. I'm not a C++ language lawyer, so I'm not
sure whether metactrl or gcc is at fault (well, actually I
suspect at least one missing typename in metaxmpl).

I think you should easily be able to reproduce the problem. Just
download metaxmpl.cpp and metactrl and g++ -o metaxmpl metaxmpl.cpp

-- 
Regards
       Joerg
GMD-IPSI, Dolivostr. 15, Zimmer 120, D-64293 Darmstadt
+49-6151-869-786 (Phone), -818 (FAX)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]