[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r8490 - trunk/subversion/mod_dav_svn

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-01-26 02:18:01 CET

Branko ÄŒibej <brane@xbc.nu> writes:

> And I suggest not passing a const svn_error_t* to a function that
> modifies (destroys, that is) the object it points to.

It's not clear that passing a const pointer to such a function is an
error; C++ allows const pointers to be passed to delete, while C
requires non-const pointers to be passed to free.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 26 02:19:07 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.