summaryrefslogtreecommitdiff
path: root/boost/fusion/iterator/advance.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/iterator/advance.hpp')
-rw-r--r--boost/fusion/iterator/advance.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/fusion/iterator/advance.hpp b/boost/fusion/iterator/advance.hpp
index bfd8af4b64..69b464274b 100644
--- a/boost/fusion/iterator/advance.hpp
+++ b/boost/fusion/iterator/advance.hpp
@@ -7,6 +7,7 @@
#if !defined(FUSION_ADVANCE_09172005_1146)
#define FUSION_ADVANCE_09172005_1146
+#include <boost/fusion/support/config.hpp>
#include <boost/fusion/iterator/detail/advance.hpp>
#include <boost/fusion/support/category_of.hpp>
@@ -74,6 +75,7 @@ namespace boost { namespace fusion
}
template <int N, typename Iterator>
+ BOOST_FUSION_GPU_ENABLED
inline typename result_of::advance_c<Iterator, N>::type const
advance_c(Iterator const& i)
{
@@ -81,6 +83,7 @@ namespace boost { namespace fusion
}
template<typename N, typename Iterator>
+ BOOST_FUSION_GPU_ENABLED
inline typename result_of::advance<Iterator, N>::type const
advance(Iterator const& i)
{