From 43609ca84694acca988dc0ae591c69ac447659b2 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 14 Jul 2022 19:16:24 -0400 Subject: chromium: Remove obsolete versions and patches --- www-client/chromium/files/chromium-79-span-stlcompat.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 www-client/chromium/files/chromium-79-span-stlcompat.patch (limited to 'www-client/chromium/files/chromium-79-span-stlcompat.patch') diff --git a/www-client/chromium/files/chromium-79-span-stlcompat.patch b/www-client/chromium/files/chromium-79-span-stlcompat.patch deleted file mode 100644 index 9b47ee7..0000000 --- a/www-client/chromium/files/chromium-79-span-stlcompat.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/base/containers/span.h b/base/containers/span.h -index c03bdf836..ff00275e7 100644 ---- a/base/containers/span.h -+++ b/base/containers/span.h -@@ -224,6 +224,7 @@ class span : public internal::ExtentStorage { - using difference_type = ptrdiff_t; - using pointer = T*; - using reference = T&; -+ using iterator_category = std::random_access_iterator_tag; - using iterator = CheckedContiguousIterator; - using const_iterator = CheckedContiguousConstIterator; - using reverse_iterator = std::reverse_iterator; -- cgit v1.2.3