File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libcudacxx/include/cuda/__utility/__basic_any Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,12 +289,12 @@ struct _CCCL_TYPE_VISIBILITY_DEFAULT __basic_any<_Interface*>
289289
290290_CCCL_TEMPLATE (template <class ...> class _Interface , class _Super )
291291_CCCL_REQUIRES(__is_interface<_Interface<_Super>>)
292- _CCCL_PUBLIC_API __basic_any(_Interface<_Super>*) //
292+ _CCCL_HOST_DEVICE __basic_any(_Interface<_Super>*) //
293293 -> __basic_any<__normalized_interface_of<__basic_any<_Super>*>>;
294294
295295_CCCL_TEMPLATE (template <class ...> class _Interface , class _Super )
296296_CCCL_REQUIRES(__is_interface<_Interface<_Super>>)
297- _CCCL_PUBLIC_API __basic_any(_Interface<_Super> const *) //
297+ _CCCL_HOST_DEVICE __basic_any(_Interface<_Super> const *) //
298298 -> __basic_any<__normalized_interface_of<__basic_any<_Super> const *>>;
299299
300300_LIBCUDACXX_END_NAMESPACE_CUDA
You can’t perform that action at this time.
0 commit comments