Re: Tentative release 23

"Peter J. Stieber" <[email protected]> Tue, 17 Jul 2007 15:37:37 -0700
Newsgroups gmane.comp.lib.mtl.devel
Message-ID <[email protected]>
PG = Peter Gottschling
PG> Hi everybody,
PG>
PG> I put a new release (tentatively) on the web page.
PG> .
PG> .
PG> .
PG> If there is any problem or ideas for improvement,
PG> please let me know and I look what I can do.

I'm getting a lot of "possibly not initialized" warnings from g++ 4.1.2 
on a Fedora Core 7 box due to some code in dense2D.h.  Changing line 
1223 from

     size_type i, j;

to

     size_type i, j = 0;

Gets rid of the warning.

Pete

_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/