forked from boostorg/fusion
gpu-enable functions
This commit is contained in:
committed by
Eric Niebler
parent
867c7e5dfb
commit
c4f9f0d1b6
16
include/boost/fusion/support/config.hpp
Normal file
16
include/boost/fusion/support/config.hpp
Normal file
@ -0,0 +1,16 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2014 Eric Niebler
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_SUPPORT_CONFIG_01092014_1718)
|
||||
#define FUSION_SUPPORT_CONFIG_01092014_1718
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#ifndef BOOST_FUSION_GPU_ENABLED
|
||||
#define BOOST_FUSION_GPU_ENABLED BOOST_GPU_ENABLED
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user