pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/ppl Fix C++ syntax.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbff357c0479
branches:  trunk
changeset: 359137:bbff357c0479
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 28 15:01:27 2017 +0000

description:
Fix C++ syntax.

diffstat:

 math/ppl/distinfo                                  |   4 +++-
 math/ppl/patches/patch-src_Determinate__inlines.hh |  13 +++++++++++++
 math/ppl/patches/patch-src_OR__Matrix__inlines.hh  |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r 4eacc51d5d4d -r bbff357c0479 math/ppl/distinfo
--- a/math/ppl/distinfo Tue Feb 28 14:58:43 2017 +0000
+++ b/math/ppl/distinfo Tue Feb 28 15:01:27 2017 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 23:33:41 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/02/28 15:01:27 joerg Exp $
 
 SHA1 (ppl-1.1.tar.gz) = d24c79f7299320e6a344711aaec74bd2d5015b15
 RMD160 (ppl-1.1.tar.gz) = 3619a9ed076c05bd042b5f2c3d6545a018c9908a
 SHA512 (ppl-1.1.tar.gz) = 45e42eeb3e0bf5dbbb031b9980a556fc2e3134fdf0a8f58ed2d86ac8613aa45fe2725bcc2a02555317e8d639cc2277899b045770c4cfa7361eab438713e19490
 Size (ppl-1.1.tar.gz) = 17281194 bytes
+SHA1 (patch-src_Determinate__inlines.hh) = 11b78fd028f7264ac06a1ca90ba375bcb446a3c6
+SHA1 (patch-src_OR__Matrix__inlines.hh) = 1cde5fbb5bda39142a432b35d39cbbeada8a3939
diff -r 4eacc51d5d4d -r bbff357c0479 math/ppl/patches/patch-src_Determinate__inlines.hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ppl/patches/patch-src_Determinate__inlines.hh        Tue Feb 28 15:01:27 2017 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_Determinate__inlines.hh,v 1.1 2017/02/28 15:01:27 joerg Exp $
+
+--- src/Determinate_inlines.hh.orig    2017-02-27 13:25:22.383118938 +0000
++++ src/Determinate_inlines.hh
+@@ -288,7 +288,7 @@ operator()(Determinate& x, const Determi
+ template <typename PSET>
+ template <typename Binary_Operator_Assign>
+ inline
+-Determinate<PSET>::Binary_Operator_Assign_Lifter<Binary_Operator_Assign>
++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);
+ }
diff -r 4eacc51d5d4d -r bbff357c0479 math/ppl/patches/patch-src_OR__Matrix__inlines.hh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ppl/patches/patch-src_OR__Matrix__inlines.hh Tue Feb 28 15:01:27 2017 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_OR__Matrix__inlines.hh,v 1.1 2017/02/28 15:01:27 joerg Exp $
+
+--- src/OR_Matrix_inlines.hh.orig      2017-02-27 13:14:25.020701853 +0000
++++ src/OR_Matrix_inlines.hh
+@@ -97,7 +97,7 @@ OR_Matrix<T>::Pseudo_Row<U>::Pseudo_Row(
+ 
+ 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



Home | Main Index | Thread Index | Old Index