mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
Fix build on -CURRENT by pulling [1] in
[1] http://www.cs.unipr.it/git/gitweb.cgi?p=ppl%2Fppl.git;a=commitdiff_plain;h=c39f6a07b51f89e365b05ba4147aa2aa448febd7;hp=3a5e1e20a94cffb830182f22132b153d6691b7c5 Submitted by: Dmitrii Pasechnik <dimpase@gmail.com>
This commit is contained in:
parent
546b0b6c04
commit
668b573326
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479594
13
devel/ppl/files/patch-src_Determinate__inlines.hh
Normal file
13
devel/ppl/files/patch-src_Determinate__inlines.hh
Normal file
@ -0,0 +1,13 @@
|
||||
--- src/Determinate_inlines.hh.orig 2016-02-11 12:31:26 UTC
|
||||
+++ src/Determinate_inlines.hh
|
||||
@@ -289,8 +289,8 @@ operator()(Determinate& x, const Determinate& y) const
|
||||
|
||||
template <typename PSET>
|
||||
template <typename Binary_Operator_Assign>
|
||||
-inline
|
||||
-Determinate<PSET>::Binary_Operator_Assign_Lifter<Binary_Operator_Assign>
|
||||
+inline typename
|
||||
+Determinate<PSET>::template Binary_Operator_Assign_Lifter<Binary_Operator_Assign>
|
||||
Determinate<PSET>::lift_op_assign(Binary_Operator_Assign op_assign) {
|
||||
return Binary_Operator_Assign_Lifter<Binary_Operator_Assign>(op_assign);
|
||||
}
|
11
devel/ppl/files/patch-src_OR__Matrix__inlines.hh
Normal file
11
devel/ppl/files/patch-src_OR__Matrix__inlines.hh
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/OR_Matrix_inlines.hh.orig 2016-02-11 12:31:26 UTC
|
||||
+++ src/OR_Matrix_inlines.hh
|
||||
@@ -97,7 +97,7 @@ OR_Matrix<T>::Pseudo_Row<U>::Pseudo_Row(const Pseudo_R
|
||||
|
||||
template <typename T>
|
||||
template <typename U>
|
||||
-inline OR_Matrix<T>::Pseudo_Row<U>&
|
||||
+inline typename OR_Matrix<T>::template Pseudo_Row<U>&
|
||||
OR_Matrix<T>::Pseudo_Row<U>::operator=(const Pseudo_Row& y) {
|
||||
first = y.first;
|
||||
#if PPL_OR_MATRIX_EXTRA_DEBUG
|
Loading…
Reference in New Issue
Block a user