First patch to simplify <algorithm>

Phil Edwards phil@codesourcery.com
Thu Dec 9 11:24:00 GMT 2004


On Sun, Dec 05, 2004 at 02:09:55PM +0000, caj wrote:
> Woops, missed a file I should have attached. Sorry.

> // Default predicates for use in algorithm  -*- C++ -*-.
> 
> // Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
> // Free Software Foundation, Inc.

Unless you've been working on this simplification in secret for seven
years, this should only be

    // Copyright (C) 2004 Free Software Foundation, Inc.


-- 
AI.cpp:33241: warning: You wrote 'neurons.merge(solution1, solution2)",
AI.cpp:33241: you probably MEANT "neurons->merge(solution1, solution2)",
AI.cpp:33241: but there is a MUCH better way to implement this whole
AI.cpp:33241: function; doing that instead.



More information about the Libstdc++ mailing list