Jani Nikula <jani@nikula.org> writes: > Implicit typecast from 'void *' to 'T *' is okay in C, but not in > C++. In talloc_steal, an explicit cast is provided for type safety in > some GCC versions. Otherwise, a cast is required. Provide a template > function for this to maintain type safety, and redefine talloc_steal > to use it. pushed, d