Commit Graph

10 Commits

Author SHA1 Message Date
6ab68a29d8 Workaround for LWG 2408: SFINAE-friendly std::iterator_traits.
Now available for GCC(libstdc++v3) < 4.5 and MSVC 12.0.
It means, there is no ambiguous about calling next/prior/... via ADL.
2015-02-05 23:04:36 +09:00
20ee8d192a Fix missing includes, close ticket #8457.
e.g. Now can compile following simple case.

    #include <boost/fusion/iterator/iterator_facade.hpp>
    #include <boost/fusion/iterator/iterator_adapter.hpp>

    struct null_iterator
        : iterator_facade<null_iterator, forward_traversal_tag> {};

    struct null_adapter
        : iterator_adapter<null_adapter, null_iterator> {};
2014-11-06 17:10:25 +09:00
c4f9f0d1b6 gpu-enable functions 2014-01-22 23:55:53 -08:00
0e7a013851 Bumped copyright date
[SVN r74407]
2011-09-16 05:30:23 +00:00
9b26b4a0f7 associative iterators & views
[SVN r57156]
2009-10-25 22:59:54 +00:00
9acd9b2feb added default implementation for iterator_facade
[SVN r51864]
2009-03-20 09:45:36 +00:00
92e7e32ed8 update copyright notice
[SVN r37131]
2007-03-02 10:44:14 +00:00
f742cee848 minor tweak
[SVN r36020]
2006-11-13 09:28:04 +00:00
c0c9bbc700 minor tweaks
[SVN r36016]
2006-11-13 01:16:28 +00:00
f017aa86ce adapted/array is now using iterator_facade
[SVN r35317]
2006-09-25 09:06:15 +00:00