Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (294b54cabd68a7872c00aa612772d56a1a00ac65)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (294b54cabd68a7872c00aa612772d56a1a00ac65)
  • Date: Sat, 8 Nov 2025 20:48:11 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/boost/HISTORY | 4 ++
libs/boost/patches/0001-Add-include-for-add_const.patch | 22
++++++++++++++++
2 files changed, 26 insertions(+)

New commits:
commit 294b54cabd68a7872c00aa612772d56a1a00ac65
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/boost: fixed missing include issue in 1.89.0

diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 4a5174f..fe0150b 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,7 @@
+2025-11-08 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/0001-Add-include-for-add_const.patch: added slightly
modified
+ upstream patch to fix missing include issue
+
2025-08-31 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated Watch line
# BUILD: lost of libraries should be comma separated for bootstrapping
diff --git a/libs/boost/patches/0001-Add-include-for-add_const.patch
b/libs/boost/patches/0001-Add-include-for-add_const.patch
new file mode 100644
index 0000000..47f7227
--- /dev/null
+++ b/libs/boost/patches/0001-Add-include-for-add_const.patch
@@ -0,0 +1,22 @@
+From 9ac89e9936b826c13e90611cb9a81a7aa0508d20 Mon Sep 17 00:00:00 2001
+From: Michael Cho <michael AT michaelcho.dev>
+Date: Sun, 30 Mar 2025 21:45:49 -0400
+Subject: [PATCH] Add include for add_const
+
+Signed-off-by: Michael Cho <michael AT michaelcho.dev>
+---
+ boost/range/detail/any_iterator_interface.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/boost/range/detail/any_iterator_interface.hpp
b/boost/range/detail/any_iterator_interface.hpp
+index 1103be6c..79e71dbd 100644
+--- a/boost/range/detail/any_iterator_interface.hpp
++++ b/boost/range/detail/any_iterator_interface.hpp
+@@ -13,6 +13,7 @@
+ #include <boost/mpl/if.hpp>
+ #include <boost/range/detail/any_iterator_buffer.hpp>
+ #include <boost/iterator/iterator_categories.hpp>
++#include <boost/type_traits/add_const.hpp>
+ #include <boost/type_traits/is_convertible.hpp>
+ #include <boost/type_traits/is_reference.hpp>
+ #include <boost/type_traits/remove_const.hpp>


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (294b54cabd68a7872c00aa612772d56a1a00ac65), Pavel Vinogradov, 11/08/2025

Archive powered by MHonArc 2.6.24.

Top of Page