Skip to content

Commit

Permalink
Merge branch 'cpp17' of github.com:ngageoint/six-library into cpp17
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Jul 10, 2023
2 parents 3f81f22 + 8e27f73 commit bb3d52f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ namespace sidd

struct GeoTIFFReadControl : public ReadControl
{
GeoTIFFReadControl() = default;
GeoTIFFReadControl() noexcept(false) {}

virtual ~GeoTIFFReadControl() noexcept {}

GeoTIFFReadControl(const GeoTIFFReadControl&) = delete;
GeoTIFFReadControl operator=(const GeoTIFFReadControl&) = delete;
Expand Down

0 comments on commit bb3d52f

Please sign in to comment.