Changes between Initial Version and Version 1 of Ticket #6295


Ignore:
Timestamp:
Jan 6, 2016, 1:37:24 PM (8 years ago)
Author:
Kurt Schwehr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6295

    • Property Status newassigned
  • Ticket #6295 – Description

    initial v1  
    4646void Worker()
    4747{
    48 
    49   unique_ptr<GDALDataset> poDS("foo.tif", GDAL_OF_RASTER, nullptr, nullptr, nullptr);
     48  unique_ptr<GDALDataset> poDS(
     49      GDALOpenEx2("foo.tif", GDAL_OF_RASTER, nullptr, nullptr, nullptr));
    5050
    5151  // work work work.