Commit 1f4d936f by Robert Lipe

Martin said:

	This is illegal C++, and egcs detects that.

From-SVN: r20156
parent 33ae31b1
......@@ -5,7 +5,7 @@ template <int nlimb, int i>
inline unsigned f (unsigned* ptr);
template <int nlimb>
inline unsigned f<nlimb,nlimb> (unsigned* ptr)
{
{ //ERROR - partial specialization of function?
return 1;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment