fix comment

This commit is contained in:
Ricardo Luís Vaz Silva 2025-04-01 17:11:59 -03:00
parent 6cdcad425a
commit 8019b56823

View file

@ -571,7 +571,7 @@ struct vm_decay_pointer_object
template<typename T>
struct vm_decay_pointer_void
{ // convert any pointer to a type derived from DObject into a pointer to DObject, and any other to a pointer to void
{ // convert any pointer to a pointer to void
using decayed = typename std::pointer_traits<T>::template rebind<void>;
};