From 212793f2fc4e06f964acf06f08feb788c25b1e81 Mon Sep 17 00:00:00 2001 From: slhttc <601296339@qq.com> Date: Thu, 1 Sep 2016 09:56:36 -0400 Subject: [PATCH] Update all.hpp dfdf --- boost/algorithm/all.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boost/algorithm/all.hpp b/boost/algorithm/all.hpp index d9d5574..0da3551 100644 --- a/boost/algorithm/all.hpp +++ b/boost/algorithm/all.hpp @@ -7,8 +7,7 @@ Revision history: 05 May 2008 mtc First version - as part of BoostCon 2008 07 May 2009 mtc Changed names to match n2666 - 02 Jul 2010 mtc Changed namespace to boost::algorithm::sequence - 16 Nov 2010 mtc Changed name of "exists_and_only" to "one_of" based + 02 Jul 2010 mtc Changed namespace t on a suggestion by Sean Parent. 24 May 2011 mtc Changed the names to match the ones in the C++11 standard, and to use those when available.