https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265905

Martin Birgmeier <d8zne...@aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d8zne...@aon.at

--- Comment #3 from Martin Birgmeier <d8zne...@aon.at> ---
It seems to compile with the following patch:

--- toolkit/components/protobuf/src/google/protobuf/arena_impl.h.ORIG  
2022-08-19 01:40:42.000000000 +0200
+++ toolkit/components/protobuf/src/google/protobuf/arena_impl.h       
2022-08-20 20:51:14.312522000 +0200
@@ -56,6 +56,7 @@
 namespace internal {

 // To prevent sharing cache lines between threads
+#define __cpp_aligned_new 1
 #ifdef __cpp_aligned_new
 enum { kCacheAlignment = 64 };
 #else

(gleaned from comparing with the slightly older port version of protobuf)

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to