You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2012/11/04 17:20:48 UTC

Re: svn commit: r1405539 - /subversion/trunk/subversion/bindings/javahl/native/

On 11/04/2012 04:48 AM, stefan2@apache.org wrote:
> Author: stefan2
> Date: Sun Nov  4 12:47:59 2012
> New Revision: 1405539
>
> URL: http://svn.apache.org/viewvc?rev=1405539&view=rev
> Log:
> Make all explicit casts, i.e. those not inside some APR macro, use the
> C++ cast operators static_cast, const_cast and reinterpret_cast.

Cool, thanks!

Blair