File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
unittests/kernel-and-program Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 13
13
#include < CL/sycl/detail/stl_type_traits.hpp>
14
14
#include < CL/sycl/detail/type_list.hpp>
15
15
16
- #include < type_traits>
17
-
18
16
#include < array>
17
+ #include < type_traits>
19
18
20
19
__SYCL_INLINE_NAMESPACE (cl) {
21
20
namespace sycl {
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #define SYCL2020_DISABLE_DEPRECATION_WARNINGS
10
-
11
9
#include < CL/sycl.hpp>
12
10
#include < detail/context_impl.hpp>
13
11
#include < gtest/gtest.h>
@@ -17,7 +15,7 @@ using namespace sycl;
17
15
18
16
namespace {
19
17
struct TestCtx {
20
- TestCtx (context &Ctx) : Ctx{Ctx} {};
18
+ TestCtx (context &Ctx) : Ctx{Ctx} {}
21
19
22
20
context &Ctx;
23
21
bool UUIDInfoCalled = false ;
You can’t perform that action at this time.
0 commit comments