mirror of
https://github.com/boostorg/compute.git
synced 2026-01-30 07:42:41 +00:00
Adjust .travis.yml to Travis CI changes
This commit is contained in:
@@ -109,8 +109,8 @@ BOOST_AUTO_TEST_CASE(clone_buffer)
|
||||
BOOST_CHECK(buffer1.get_memory_flags() == buffer2.get_memory_flags());
|
||||
}
|
||||
|
||||
#ifdef BOOST_COMPUTE_USE_CPP11
|
||||
#ifdef BOOST_COMPUTE_CL_VERSION_1_1
|
||||
#ifdef BOOST_COMPUTE_USE_CPP11
|
||||
std::mutex callback_mutex;
|
||||
std::condition_variable callback_condition_variable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user