mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add make_ptr_range
This commit is contained in:
parent
86cfc72bd6
commit
26dd9dabca
10 changed files with 72 additions and 12 deletions
9
sprout/range/range.hpp
Normal file
9
sprout/range/range.hpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef SPROUT_RANGE_RANGE_HPP
|
||||
#define SPROUT_RANGE_RANGE_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/range_container.hpp>
|
||||
#include <sprout/range/ptr_range.hpp>
|
||||
#include <sprout/range/range_return.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_RANGE_HPP
|
Loading…
Add table
Add a link
Reference in a new issue