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

Re: Higher level languages as part of the core of SVN

From: Russell Hind <rh_gmane_at_mac.com>
Date: 2006-10-23 10:26:37 CEST

Garrett Rooney wrote:
>
> It is certainly a problem of similar scope, although not exposing
> stuff like the STL probably also means not using it internally, since
> it's kind of tricky to require the linking in of multiple STL
> implementations if we use one and the app using our libraries uses
> another. Not saying it's impossible, just hard.
>

It would only mean not exposing STL constructs in libsvn_client wouldn't
it? As the entire project will typically be built with the same
compiler, then you can expose whatever constructs you like through the
other libs, just not in the one people may link to with their own compilers.

We generate both C and C++ interfaces in our libraries so people who use
the same compiler can use the C++ interface if they wish and others can
use the C interface. The entire project is C++ though.

Cheers

Russell

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 23 10:27:19 2006

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.