Skip to content

Commit 3528cb4

Browse files
committed
Apply code review comments
1 parent 3917d11 commit 3528cb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/include/sycl/detail/id_queries_fit_in_int.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ template <int Dims> struct NotIntMsg<id<Dims>> {
4545
"Provided offset is out of integer limits. Pass "
4646
"`-fno-sycl-id-queries-fit-in-int' to disable offset check.";
4747
};
48-
#endif
4948

50-
#if __SYCL_ID_QUERIES_FIT_IN_INT__
5149
template <typename T, typename ValT>
5250
typename std::enable_if_t<std::is_same<ValT, size_t>::value ||
5351
std::is_same<ValT, unsigned long long>::value>

0 commit comments

Comments
 (0)