We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b344f6d commit bddc7bcCopy full SHA for bddc7bc
2 files changed
sycl/include/CL/sycl/detail/type_traits.hpp
@@ -13,9 +13,8 @@
13
#include <CL/sycl/detail/stl_type_traits.hpp>
14
#include <CL/sycl/detail/type_list.hpp>
15
16
-#include <type_traits>
17
-
18
#include <array>
+#include <type_traits>
19
20
__SYCL_INLINE_NAMESPACE(cl) {
21
namespace sycl {
sycl/unittests/kernel-and-program/DeviceInfo.cpp
@@ -6,8 +6,6 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#define SYCL2020_DISABLE_DEPRECATION_WARNINGS
10
11
#include <CL/sycl.hpp>
12
#include <detail/context_impl.hpp>
#include <gtest/gtest.h>
@@ -17,7 +15,7 @@ using namespace sycl;
namespace {
struct TestCtx {
- TestCtx(context &Ctx) : Ctx{Ctx} {};
+ TestCtx(context &Ctx) : Ctx{Ctx} {}
22
context &Ctx;
23
bool UUIDInfoCalled = false;
0 commit comments