This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: First patch to simplify <algorithm>


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]