diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-03-30 10:30:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-03-30 11:59:31 +0200 |
commit | 11e6582b23b983fde4b04ece5b37c546bcd98a43 (patch) | |
tree | 98298ee3bf55caf39f9590af49a2463440ed92e2 /external/boost | |
parent | 1422466fcbd4f1dc716d5680e220f0a0538a9f35 (diff) |
Mark external/boost/c++20-allocator.patch.0 as partially covered upstream
Change-Id: I086e51c581202cd8c68a5a408b8d7575c953461d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91347
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/boost')
-rw-r--r-- | external/boost/UnpackedTarball_boost.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/boost/UnpackedTarball_boost.mk b/external/boost/UnpackedTarball_boost.mk index acb6d6af6b77..046f7e6da1b2 100644 --- a/external/boost/UnpackedTarball_boost.mk +++ b/external/boost/UnpackedTarball_boost.mk @@ -37,6 +37,8 @@ boost_patches += gcc9.patch.0 boost_patches += msvc2017.patch.0 +# boost/format/alt_sstream_impl.hpp part covered by <https://github.com/boostorg/format/pull/70> +# "Removed deprecated std::allocator<void>": boost_patches += c++20-allocator.patch.0 $(eval $(call gb_UnpackedTarball_UnpackedTarball,boost)) |