pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/ppl



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Feb 28 15:01:27 UTC 2017

Modified Files:
        pkgsrc/math/ppl: distinfo
Added Files:
        pkgsrc/math/ppl/patches: patch-src_Determinate__inlines.hh
            patch-src_OR__Matrix__inlines.hh

Log Message:
Fix C++ syntax.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/ppl/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/math/ppl/patches/patch-src_Determinate__inlines.hh \
    pkgsrc/math/ppl/patches/patch-src_OR__Matrix__inlines.hh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/ppl/distinfo
diff -u pkgsrc/math/ppl/distinfo:1.4 pkgsrc/math/ppl/distinfo:1.5
--- pkgsrc/math/ppl/distinfo:1.4        Tue Nov  3 23:33:41 2015
+++ pkgsrc/math/ppl/distinfo    Tue Feb 28 15:01:27 2017
@@ -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

Added files:

Index: pkgsrc/math/ppl/patches/patch-src_Determinate__inlines.hh
diff -u /dev/null pkgsrc/math/ppl/patches/patch-src_Determinate__inlines.hh:1.1
--- /dev/null   Tue Feb 28 15:01:27 2017
+++ pkgsrc/math/ppl/patches/patch-src_Determinate__inlines.hh   Tue Feb 28 15:01:27 2017
@@ -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);
+ }
Index: pkgsrc/math/ppl/patches/patch-src_OR__Matrix__inlines.hh
diff -u /dev/null pkgsrc/math/ppl/patches/patch-src_OR__Matrix__inlines.hh:1.1
--- /dev/null   Tue Feb 28 15:01:27 2017
+++ pkgsrc/math/ppl/patches/patch-src_OR__Matrix__inlines.hh    Tue Feb 28 15:01:27 2017
@@ -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