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 b7e5f95 commit 3c8d1e9Copy full SHA for 3c8d1e9
sycl/include/sycl/detail/generic_type_traits.hpp
@@ -486,8 +486,7 @@ using select_cl_scalar_float_t =
486
// Use SFINAE so that std::complex specialization could be implemented in
487
// include/sycl/stl_wrappers/complex that would only be available if STL's
488
// <complex> is included by users.
489
-template <typename T, typename = void>
490
-struct select_cl_scalar_complex_or_T {
+template <typename T, typename = void> struct select_cl_scalar_complex_or_T {
491
using type = T;
492
};
493
0 commit comments