[arrayfire] 05/34: Add missing AFAPIs
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Sep 27 14:46:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.
commit a9e33bcbbe04b40be6aa1f7ccbd44ae8fd8d76b8
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date: Mon Sep 14 17:02:19 2015 -0400
Add missing AFAPIs
---
include/af/dim4.hpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/af/dim4.hpp b/include/af/dim4.hpp
index 7511d84..44016ab 100644
--- a/include/af/dim4.hpp
+++ b/include/af/dim4.hpp
@@ -53,9 +53,9 @@ public:
const dim_t* get() const { return dims; }
};
-dim4 operator+(const dim4& first, const dim4& second);
-dim4 operator-(const dim4& first, const dim4& second);
-dim4 operator*(const dim4& first, const dim4& second);
+AFAPI dim4 operator+(const dim4& first, const dim4& second);
+AFAPI dim4 operator-(const dim4& first, const dim4& second);
+AFAPI dim4 operator*(const dim4& first, const dim4& second);
static inline
std::ostream&
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list