[SCM] PostGIS branch stable-3.3 updated. 3.3.5-16-g71aed1cde

git at osgeo.org git at osgeo.org
Mon Jan 8 15:37:47 PST 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.3 has been updated
       via  71aed1cde01ee3b1299c7b4192c34ca9da1c0892 (commit)
      from  cf301c8fe54bb802c504530ba07605b865be0089 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 71aed1cde01ee3b1299c7b4192c34ca9da1c0892
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Jan 8 15:37:20 2024 -0800

    Avoid pulling in absl silently

diff --git a/deps/flatgeobuf/include/flatbuffers/base.h b/deps/flatgeobuf/include/flatbuffers/base.h
index 5682f3547..2a026b7bc 100644
--- a/deps/flatgeobuf/include/flatbuffers/base.h
+++ b/deps/flatgeobuf/include/flatbuffers/base.h
@@ -233,12 +233,12 @@ namespace flatbuffers {
       }
       #define FLATBUFFERS_HAS_STRING_VIEW 1
     // Check for absl::string_view
-    #elif __has_include("absl/strings/string_view.h")
-      #include "absl/strings/string_view.h"
-      namespace flatbuffers {
-        typedef absl::string_view string_view;
-      }
-      #define FLATBUFFERS_HAS_STRING_VIEW 1
+    //#elif __has_include("absl/strings/string_view.h")
+    //  #include "absl/strings/string_view.h"
+    //  namespace flatbuffers {
+    //    typedef absl::string_view string_view;
+    //  }
+    //  #define FLATBUFFERS_HAS_STRING_VIEW 1
     #endif
   #endif // __has_include
 #endif // !FLATBUFFERS_HAS_STRING_VIEW

-----------------------------------------------------------------------

Summary of changes:
 deps/flatgeobuf/include/flatbuffers/base.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list