Calypso: Direct and full interfacing to C++
Elie Morisse via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue May 19 16:44:30 PDT 2015
On Tuesday, 19 May 2015 at 17:44:38 UTC, CraigDillabaugh wrote:
> Just to clarify then. If gdalwarper.h includes gdal.h and
> GDALDatasetH is declared in gdal.h, then gdal.h gets imported
> too?
>
> Craig
So to give a more straight answer, modmap "is" an #include
directive so every header gdalwarper.h includes will be parsed
too. But it doesn't import anything.
More information about the Digitalmars-d-announce
mailing list