c++.beta - DMC++ 8.42.2
- "Walter" <newshound digitalmars.com> Feb 02 2005
- "Matthew" <admin stlsoft.dot.dot.dot.dot.org> Feb 24 2005
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.html
Feb 24 2005








"Matthew" <admin stlsoft.dot.dot.dot.dot.org>