We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3048dfa commit 73faba5Copy full SHA for 73faba5
sycl/test/regression/disabled_std_byte.cpp
@@ -2,9 +2,5 @@
2
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s -Xclang -verify-ignore-unexpected=note,warning
3
// expected-no-diagnostics
4
#include <CL/sycl.hpp>
5
-#include <algorithm>
6
-#ifdef _WIN32
7
-#include <windows.h>
8
-#endif
9
10
int main() { return 0; }
0 commit comments