]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-vector.hh
Adds Ponding for Nicolas Sceaux's project.
[lilypond.git] / flower / include / std-vector.hh
index 48b34f12ed90ddc6a777a5c9d03ce2ded9bff6cb..dd276df1861c3696c8a54825dca76250afbb65ba 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 2006--2012 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -194,7 +194,7 @@ template<typename T, typename Compare>
 vsize
 binary_search (vector<T> const &v,
                T const &key,
-               Compare less = less<T> (),
+               Compare less,
                vsize b = 0, vsize e = VPOS)
 {
   vsize lb = lower_bound (v, key, less, b, e);