GDAL-3.2.0_fix-default_constructor.patch 325 B

1234567891011
  1. --- gdal-3.2.0/port/cpl_vsil_curl_class.h.orig 2020-12-08 09:28:41.814826746 +0100
  2. +++ gdal-3.2.0/port/cpl_vsil_curl_class.h 2020-12-08 09:24:43.183792310 +0100
  3. @@ -677,6 +677,8 @@
  4. struct Stats
  5. {
  6. + Stats() {}
  7. +
  8. Counters counters{};
  9. std::map<ContextPathItem, Stats> children{};