February 02, 2005
Fixed internal error type 600.

http://www.digitalmars.com/download/freecompiler.html



February 25, 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.html
>
>
>