This should make it clearer that it controls manifest constant generation, not handling of C++ const member functions. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12300 626c5289-ae23-0410-ae9c-e8d60b6d4f22
11 lines
528 B
Text
11 lines
528 B
Text
/* -----------------------------------------------------------------------------
|
|
* ddirectives.swg
|
|
*
|
|
* D-specifiv directives.
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
#define %dmanifestconst %feature("d:manifestconst")
|
|
#define %dconstvalue(value) %feature("d:constvalue",value)
|
|
#define %dmethodmodifiers %feature("d:methodmodifiers")
|
|
#define %dstripprefix %feature("d:stripprefix")
|
|
#define %dnothrowexception %feature("except")
|