Skip to content

Commit bddc7bc

Browse files
committed
minor corrections.
Signed-off-by: rehana begam <[email protected]>
1 parent b344f6d commit bddc7bc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

sycl/include/CL/sycl/detail/type_traits.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
#include <CL/sycl/detail/stl_type_traits.hpp>
1414
#include <CL/sycl/detail/type_list.hpp>
1515

16-
#include <type_traits>
17-
1816
#include <array>
17+
#include <type_traits>
1918

2019
__SYCL_INLINE_NAMESPACE(cl) {
2120
namespace sycl {

sycl/unittests/kernel-and-program/DeviceInfo.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#define SYCL2020_DISABLE_DEPRECATION_WARNINGS
10-
119
#include <CL/sycl.hpp>
1210
#include <detail/context_impl.hpp>
1311
#include <gtest/gtest.h>
@@ -17,7 +15,7 @@ using namespace sycl;
1715

1816
namespace {
1917
struct TestCtx {
20-
TestCtx(context &Ctx) : Ctx{Ctx} {};
18+
TestCtx(context &Ctx) : Ctx{Ctx} {}
2119

2220
context &Ctx;
2321
bool UUIDInfoCalled = false;

0 commit comments

Comments
 (0)