mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix container_traits nosy-implementation
This commit is contained in:
parent
d4f7fa9b9c
commit
6d3f1e27c8
7 changed files with 404 additions and 88 deletions
|
@ -25,7 +25,7 @@ namespace sprout {
|
|||
: public sprout::range::range_container<
|
||||
typename sprout::container_traits<Range>::iterator
|
||||
>
|
||||
, public sprout::detail::inherit_if_fixed_size<Range>
|
||||
, public sprout::detail::container_nosy_fixed_size<Range>
|
||||
{
|
||||
public:
|
||||
typedef Range range_type;
|
||||
|
|
|
@ -23,7 +23,7 @@ namespace sprout {
|
|||
: public sprout::range::range_container<
|
||||
sprout::sinusoid_iterator<Value>
|
||||
>
|
||||
, public sprout::detail::inherit_if_fixed_size<Range>
|
||||
, public sprout::detail::container_nosy_fixed_size<Range>
|
||||
{
|
||||
public:
|
||||
typedef Range range_type;
|
||||
|
|
|
@ -28,7 +28,7 @@ namespace sprout {
|
|||
typename sprout::container_traits<RRange>::iterator
|
||||
>
|
||||
>
|
||||
, public sprout::detail::inherit_if_fixed_size<LRange>
|
||||
, public sprout::detail::container_nosy_fixed_size<LRange>
|
||||
{
|
||||
public:
|
||||
typedef BinaryFunction functor_type;
|
||||
|
@ -62,7 +62,7 @@ namespace sprout {
|
|||
typename sprout::container_traits<Range>::iterator
|
||||
>
|
||||
>
|
||||
, public sprout::detail::inherit_if_fixed_size<Range>
|
||||
, public sprout::detail::container_nosy_fixed_size<Range>
|
||||
{
|
||||
public:
|
||||
typedef UnaryFunction functor_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue