[arrayfire] 29/41: BUGFIX unresolved external for array_proxy::scalar etc

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Mar 21 14:56:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.

commit 32965efa669d654772b6bc5c749dfef162b17fbe
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Tue Mar 15 11:20:57 2016 -0400

    BUGFIX unresolved external for array_proxy::scalar etc
---
 src/api/cpp/array.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/cpp/array.cpp b/src/api/cpp/array.cpp
index 4766e75..f1d401f 100644
--- a/src/api/cpp/array.cpp
+++ b/src/api/cpp/array.cpp
@@ -1022,7 +1022,7 @@ af::dtype implicit_dtype(af::dtype scalar_type, af::dtype array_type)
 
 // array_proxy instanciations
 #define TEMPLATE_MEM_FUNC(TYPE, RETURN_TYPE, FUNC)      \
-    template <>                                         \
+    template <> AFAPI                                   \
     RETURN_TYPE array::array_proxy::FUNC() const        \
     {                                                   \
         array out = *this;                              \

-- 
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