Browse Source

boost: Package Revision - Remove unneded patches

This commit removes patches which are no longer needed

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
lilik-openwrt-22.03
Carlos Miguel Ferreira 4 years ago
parent
commit
038646225b
No known key found for this signature in database GPG Key ID: 33A82DFF65092E55
2 changed files with 0 additions and 1476 deletions
  1. +0
    -11
      libs/boost/patches/002-outcome-assert.patch
  2. +0
    -1465
      libs/boost/patches/003-beast-coroutines.patch

+ 0
- 11
libs/boost/patches/002-outcome-assert.patch View File

@ -1,11 +0,0 @@
--- a/boost/outcome/experimental/status-code/status_code_ptr.hpp 2020-04-28 09:23:14.792565200 +0100
+++ b/boost/outcome/experimental/status-code/status_code_ptr.hpp 2020-04-28 09:24:34.311741000 +0100
@@ -103,7 +103,7 @@
#endif
virtual void _do_erased_copy(status_code<void> &dst, const status_code<void> &src, size_t /*unused*/) const override // NOLINT
{
- assert(dst.domain() == *this);
+ // Note that dst will not have its domain set
assert(src.domain() == *this);
auto &d = static_cast<_mycode &>(dst); // NOLINT
const auto &_s = static_cast<const _mycode &>(src); // NOLINT

+ 0
- 1465
libs/boost/patches/003-beast-coroutines.patch
File diff suppressed because it is too large
View File


Loading…
Cancel
Save