Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 671724
Collapse All | Expand All

(-)a/dev-libs/boost/boost-1.67.0.ebuild (-1 / +2 lines)
Lines 1-2 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
Lines 51-52 PATCHES=( Link Here
51
	"${FILESDIR}/${PN}-1.67.0-fix-python.patch"
51
	"${FILESDIR}/${PN}-1.67.0-fix-python.patch"
52
	"${FILESDIR}/${PN}-1.67.0-lockfree-next.patch"
52
)
53
)
(-)a/dev-libs/boost/files/boost-1.67.0-lockfree-next.patch (-1 / +24 lines)
Line 0 Link Here
0
- 
1
https://bugs.gentoo.org/671724
2
3
From 12726cda009a855073b9bedbdce57b6ce7763da2 Mon Sep 17 00:00:00 2001
4
From: Peter Dimov <pdimov@pdimov.com>
5
Date: Sat, 2 Dec 2017 04:10:46 +0200
6
Subject: [PATCH] Add #include <boost/next_prior.hpp>; no longer in utility.hpp
7
8
---
9
 include/boost/lockfree/spsc_queue.hpp | 1 +
10
 1 file changed, 1 insertion(+)
11
12
--- a/boost/lockfree/spsc_queue.hpp
13
+++ b/boost/lockfree/spsc_queue.hpp
14
@@ -17,6 +17,7 @@
15
 #include <boost/assert.hpp>
16
 #include <boost/static_assert.hpp>
17
 #include <boost/utility.hpp>
18
+#include <boost/next_prior.hpp>
19
 #include <boost/utility/enable_if.hpp>
20
 #include <boost/config.hpp> // for BOOST_LIKELY
21
 
22
-- 
23
2.19.2
24

Return to bug 671724