From e3263d43e414203bf671427eebd1d57a1e3fe876 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 13 Mar 2012 18:53:14 +0000 Subject: [PATCH] Renamed file 'ordered.hpp' to 'is_sorted.hpp' because that's what it contains [SVN r77325] --- include/boost/algorithm/cxx11/{ordered.hpp => is_sorted.hpp} | 0 test/ordered_test.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename include/boost/algorithm/cxx11/{ordered.hpp => is_sorted.hpp} (100%) diff --git a/include/boost/algorithm/cxx11/ordered.hpp b/include/boost/algorithm/cxx11/is_sorted.hpp similarity index 100% rename from include/boost/algorithm/cxx11/ordered.hpp rename to include/boost/algorithm/cxx11/is_sorted.hpp diff --git a/test/ordered_test.cpp b/test/ordered_test.cpp index 55fd90f..3278955 100644 --- a/test/ordered_test.cpp +++ b/test/ordered_test.cpp @@ -12,7 +12,7 @@ #include #include -#include +#include #include using namespace boost;