[SWIG-All languages] Can the bindings use "#ifdef SWIG<LANG>" instead of "%typemap(<lang>, ...)"
From: Max Bowsher <maxb1_at_ukf.net>
Date: 2006-04-15 10:56:42 CEST
-----BEGIN PGP SIGNED MESSAGE-----
Kouhei Sutou wrote:
This is a common issue for all languages.
I dislike the changed style because it is unnecessarily more verbose.
We have two options, as I see it:
1) Put up with the increased unhelpful verbosity of replacing:
%typemap(python, ...) ...
with:
#if defined(SWIGPYTHON)
2) Decide that we find the deprecated syntax useful, and send an email
So, your thoughts?
Max.
-----BEGIN PGP SIGNATURE-----
iD8DBQFEQLVKfFNSmcDyxYARAtFnAKDJaMuWyhGBzj+UQ/4UoZY1tv6P2ACgqgnW
---------------------------------------------------------------------
|
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.