$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: philgarofalo_at_[hidden]
Date: 2007-12-25 18:47:33
Author: pgarofalo
Date: 2007-12-25 18:47:33 EST (Tue, 25 Dec 2007)
New Revision: 42304
URL: http://svn.boost.org/trac/boost/changeset/42304
Log:
Deleted the $log$ keyword and added revision comments in the file heading comment block.
Text files modified: 
   sandbox/boost/sequence_algo/combinatorial.hpp |    11 +++++++++--                             
   sandbox/boost/sequence_algo/minmaxif.hpp      |     6 +++++-                                  
   2 files changed, 14 insertions(+), 3 deletions(-)
Modified: sandbox/boost/sequence_algo/combinatorial.hpp
==============================================================================
--- sandbox/boost/sequence_algo/combinatorial.hpp	(original)
+++ sandbox/boost/sequence_algo/combinatorial.hpp	2007-12-25 18:47:33 EST (Tue, 25 Dec 2007)
@@ -1,4 +1,4 @@
-// combinatorial.hpp header file - r-permutation and r-combination algorithms ---//
+// combinatorial.hpp header file - r-permutation and r-combination algorithms
 
 // Copyright © Philip F. Garofalo 2008. All rights reserved.
 // Permission to copy, use, modify, sell and distribute this software
@@ -9,7 +9,14 @@
 // See http://www.boost.org for updates, documentation, and revision
 // history.
 
-// $log$
+//
+// Dec 24 2007  Consolidated the min_element_if and max_element_if functions
+//              into the minmaxif.hpp header file. Added typename specifier
+//              and scope resolutions detail:: for the iterator_trait
+//              references and std:: for string and STL predicate references.
+//              Also added max_element_if functions from previous old version
+//              of minmax.hpp.
+//
 //
 // Jun 20 2002  Removed TABs and put in std:: when needed [Herve Bronnimann]
 //              Also replaced all iter_swap(i,j) by swap(*i,*j)
Modified: sandbox/boost/sequence_algo/minmaxif.hpp
==============================================================================
--- sandbox/boost/sequence_algo/minmaxif.hpp	(original)
+++ sandbox/boost/sequence_algo/minmaxif.hpp	2007-12-25 18:47:33 EST (Tue, 25 Dec 2007)
@@ -1,7 +1,11 @@
 // minmaxif.hpp -- min_ and max_element_if functions. Originally in minmax.hpp
 // (C) Copyright Hervé Brönnimann, Polytechnic University, 2002--2004
 //
-// $log$
+
+//
+// Dec 24 2007  Consolidated the min_element_if and max_element_if functions
+//              into the this file.
+//
 
 #ifndef BOOST_MINMAXIF_HPP
 #define BOOST_MINMAXIF_HPP