Files
boost_fusion/include/boost/fusion/sequence
Kohei Takahashi 1e21a4eb7a Add new traits named has_no_bounds.
It is for special usecase: some thing like a window function.
This commit relative to c9ae4fc886 .
Users who wants to access out-of-bounds of sequence, specify new
category to it.

    struct sequence {
        struct category
            : fusion::random_access_traversal_tag
            , fusion::no_bounds_tag {};
        ...
    };

All of bounds related intrinsics of the /no-bounds-sequence/ *should*
guarantee to be well-defined or SFINAE-friendly, or compile error.
2015-06-23 09:44:03 +09:00
..
2015-05-23 09:51:06 +09:00
2014-01-22 23:55:53 -08:00
2014-07-24 14:45:45 +02:00
2014-08-06 11:09:40 +02:00
2015-03-22 12:24:18 +09:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00