You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Replace std::true/false_t by std::true/false_type. (#10068)
`std::true_t` and `std::false_t` don't exist, the correct ones are
`std::true_type` and `std::false_type`.
Signed-off-by: Maronas, Marcos <[email protected]>
0 commit comments