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 821a306 commit 87442d1Copy full SHA for 87442d1
libsycl/include/sycl/__impl/detail/obj_base.hpp
@@ -29,12 +29,11 @@ namespace detail {
29
template <typename Impl, typename SyclObject> class ObjBase;
30
template <typename Impl, typename SyclObject>
31
class ObjBase<Impl *, SyclObject> {
32
-public:
+protected:
33
using ImplType = Impl;
34
using ImplPtrType = Impl *;
35
using Base = ObjBase<Impl *, SyclObject>;
36
37
-protected:
38
ImplPtrType impl;
39
40
explicit ObjBase(ImplPtrType pImpl) : impl(pImpl) {
0 commit comments