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 4ff9395 commit 87f7ee7Copy full SHA for 87f7ee7
sycl/include/sycl/stl_wrappers/cmath
@@ -15,9 +15,9 @@
15
#include_next <cmath>
16
#else
17
// MSVC doesn't support "#include_next", so we have to be creative.
18
-// Our header is located in "stl_wrappers/complex" so it won't be picked by the
+// Our header is located in "stl_wrappers/cmath" so it won't be picked by the
19
// following include. MSVC's installation, on the other hand, has the layout
20
-// where the following would result in the <complex> we want. This is obviously
+// where the following would result in the <cmath> we want. This is obviously
21
// hacky, but the best we can do...
22
#include <../include/cmath>
23
#endif
0 commit comments