c++.beta - DMC++ 8.42.2
Fixed internal error type 600. http://www.digitalmars.com/download/freecompiler.html
Feb 02 2005
There's a slightly subtle template+namespace bug. Gives template<class I, class P> ^ algorithms.hpp(20) : Error: malformed template declaration int main() ^ algorithms_test.cpp(5) : Error: malformed template declaration --- errorlevel 1 If you uncomment the leading :: from the function return types, it works fine, so that's my workaround, for the moment. "Walter" <newshound digitalmars.com> wrote in message news:ctr610$me3$1 digitaldaemon.com...Fixed internal error type 600. http://www.digitalmars.com/download/freecompiler.htmlbegin 666 algorithms_test.cpp ,='5R;B P.PT*?0T* ` end begin 666 algorithms.hpp M+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+PT*("H 26YC M9F]R('-T9#HZ M+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O M<R!)/ T*:6YL:6YE(#HZ<W1D.CIP86ER/$DL($D^(&9I;F1?9FER<W1?9'5P M;&EC871E*$D 9FER<W0L($D ;&%S="D-"GL-"B (" O+R N("X +B!R97-T M<BAL87-T+"!L87-T*3L-"GT-" T*=&5M<&QA=&4\8VQA<W, 22P 8VQA<W, M4#X-"FEN;&EN92 Z.G-T9#HZ<&%I<CQ)+"!)/B!F:6YD7V9I<G-T7V1U<&QI M+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O+R\O ` end
Feb 24 2005