fix: less.hpp header, erase lower/upper_bound detail header

This commit is contained in:
bolero-MURAKAMI 2013-09-02 14:46:13 +09:00
parent 85ac03fa5f
commit 5686785ea9
5 changed files with 35 additions and 70 deletions

View file

@ -14,6 +14,7 @@
#include <sprout/algorithm/lower_bound.hpp>
#include <sprout/algorithm/upper_bound.hpp>
#include <sprout/iterator/operation.hpp>
#include <sprout/functional/less.hpp>
#include <sprout/utility/pair/pair.hpp>
namespace sprout {