add compost some ranges.

This commit is contained in:
bolero-MURAKAMI 2012-11-24 15:57:50 +09:00
parent cc4ade67fd
commit 05f75bef27
19 changed files with 289 additions and 13 deletions

View file

@ -0,0 +1,20 @@
#ifndef SPROUT_COMPOST_RANGES_WINDOW_HPP
#define SPROUT_COMPOST_RANGES_WINDOW_HPP
#include <sprout/config.hpp>
#include <sprout/range/adaptor/window.hpp>
namespace sprout {
namespace compost {
namespace ranges {
//
// window
//
using sprout::adaptors::window;
} // namespace ranges
using sprout::compost::ranges::window;
} // namespace compost
} // namespace sprout
#endif // #ifndef SPROUT_COMPOST_RANGES_WINDOW_HPP