Files
boost_fusion/include/boost/fusion
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-05 14:09:20 +09:00
2015-06-18 08:26:11 +09:00
2015-06-17 01:40:45 +09:00
2014-12-09 19:54:53 +09:00
2014-01-22 23:55:53 -08:00
2015-06-17 01:40:45 +09:00
2015-06-17 01:40:45 +09:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2011-09-16 05:30:23 +00:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-04-04 14:38:38 +08:00