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 db9f837 commit 130b806Copy full SHA for 130b806
sycl/test/self-contained-headers/sycl/stl_wrappers/__sycl_cmath_wrapper_impl.hpp.cpp
@@ -0,0 +1,9 @@
1
+// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s
2
+// expected-no-diagnostics
3
+//
4
+// UNSUPPORTED: system-windows
5
+// Different versions of STL implementations by Microsoft either implicitly
6
+// include cmath or not. It means the test result depends on the system
7
+// environment.
8
+
9
+#include <sycl/stl_wrappers/__sycl_cmath_wrapper_impl.hpp>
0 commit comments