|
From: Andreas S. <an...@sp...> - 2009-02-25 09:40:56
|
Hi, > Hmm. At least it worked for VC++9... may you try shuffling things around > and see if you get it to compile in some way? The SUN compiler does not understand friend declarations using templated classes. A work-around that compiles, strangely enough, is to remove the "class" in friend class Bootstrap<this_curve>; I don't know whether you want to put this in the repository, though ;-) Rgds, Andreas -- http://aspengler.blogspot.com |