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
It's a bad practice to inject using namespace into header files like in sycl_base.hpp:
using namespace std;
using namespace cl::sycl;
using namespace cl::sycl::access;
I'll submit a PR fixing this issue and other polishing stuff (absence of used headers in a list of include files in some examples) as soon as I get some free time.
The text was updated successfully, but these errors were encountered:
It's a bad practice to inject using namespace into header files like in
sycl_base.hpp
:I'll submit a PR fixing this issue and other polishing stuff (absence of used headers in a list of include files in some examples) as soon as I get some free time.
The text was updated successfully, but these errors were encountered: