Skip to content

Commit

Permalink
Merge branch 'cpp20' of github.com:ngageoint/six-library into cpp20
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Jul 10, 2023
2 parents 0b0048b + 41b27c3 commit da875e1
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 da875e1

Please sign in to comment.