summaryrefslogtreecommitdiff
path: root/boost/fusion/support/as_const.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fusion/support/as_const.hpp')
-rw-r--r--boost/fusion/support/as_const.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/fusion/support/as_const.hpp b/boost/fusion/support/as_const.hpp
index bb2a96a65d..ed535970c3 100644
--- a/boost/fusion/support/as_const.hpp
+++ b/boost/fusion/support/as_const.hpp
@@ -16,6 +16,7 @@ namespace boost { namespace fusion { namespace extension
// such contexts with calls to this function. Users can
// specialize this function for their own wrappers.
template <typename T>
+ BOOST_FUSION_GPU_ENABLED
const T& as_const(const T& obj)
{
return obj;