2
0
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:
Jakub Szuppe
2018-02-24 11:55:01 +01:00
parent 34c0d16458
commit 1abd2b2eeb
3 changed files with 122 additions and 220 deletions

View File

@@ -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;