From bf244dbbc741ec9e6b156e8567658b9ff8a1912c Mon Sep 17 00:00:00 2001 From: Igor Soloviev <Igor.Soloviev@cern.ch> Date: Wed, 21 Aug 2024 18:57:38 +0200 Subject: [PATCH] isolov submitted pbeast with tag master === pbeast === fix issue with int overflow caused by negation of std::numeric_limits<T>::min() for signed types, see ADAMATLAS-488 (Igor Soloviev) add explicit test to store std::numeric_limits<T>::min() instead of 0 (Igor Soloviev) fix tell_pos() in streams (Igor Soloviev) add test for gcc14 (Igor Soloviev) Revert "workaround gcc14 ctest failure for vectors of uint32 and uint64" (Igor Soloviev) --- pbeast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbeast b/pbeast index 89ac9915..d0bfc3a0 160000 --- a/pbeast +++ b/pbeast @@ -1 +1 @@ -Subproject commit 89ac9915a70a8416eb21ca207383e8ea6a299ce0 +Subproject commit d0bfc3a0d55ce573d84f7613adfe11f00167ed1a -- GitLab