Merge pull request #455 from dpaulat/renovate/boost-1.x

Update dependency boost to v1.88.0
This commit is contained in:
Dan Paulat 2025-05-30 07:18:07 -05:00 committed by GitHub
commit 4e3600414e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@ import os
class SupercellWxConan(ConanFile):
settings = ("os", "compiler", "build_type", "arch")
requires = ("boost/1.87.0",
requires = ("boost/1.88.0",
"cpr/1.11.2",
"fontconfig/2.15.0",
"freetype/2.13.2",

View file

@ -12,6 +12,7 @@
# pragma clang diagnostic ignored "-Wunused-parameter"
#endif
#include <boost/type_traits/add_const.hpp>
#include <boost/range/any_range.hpp>
#if defined(__clang__)

View file

@ -13,6 +13,7 @@
# pragma clang diagnostic ignored "-Wunused-parameter"
#endif
#include <boost/type_traits/add_const.hpp>
#include <boost/range/any_range.hpp>
#if defined(__clang__)