forked from boostorg/fusion
gpu-enable functions
This commit is contained in:
committed by
Eric Niebler
parent
867c7e5dfb
commit
c4f9f0d1b6
@ -7,6 +7,7 @@
|
||||
#if !defined(FUSION_MAKE_MAP_07222005_1247)
|
||||
#define FUSION_MAKE_MAP_07222005_1247
|
||||
|
||||
#include <boost/fusion/support/config.hpp>
|
||||
#include <boost/fusion/container/map/map.hpp>
|
||||
|
||||
#if !defined(BOOST_FUSION_HAS_VARIADIC_MAP)
|
||||
@ -40,6 +41,7 @@ namespace boost { namespace fusion
|
||||
}
|
||||
|
||||
template <typename ...Key, typename ...T>
|
||||
BOOST_FUSION_GPU_ENABLED
|
||||
inline map<
|
||||
fusion::pair<
|
||||
Key
|
||||
|
Reference in New Issue
Block a user