arrayfire · GitHub

Commit 32965ef

committed

BUGFIX unresolved external for array_proxy::scalar etc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/api/cpp

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -1022,7 +1022,7 @@ af::dtype implicit_dtype(af::dtype scalar_type, af::dtype array_type)

10221022
10231023

// array_proxy instanciations

10241024

#define TEMPLATE_MEM_FUNC(TYPE, RETURN_TYPE, FUNC) \

1025-

template <> \

1025+

template <> AFAPI \

10261026

RETURN_TYPE array::array_proxy::FUNC() const \

10271027

{ \

10281028

array out = *this; \

0 commit comments

Comments

 (0)

Read the original on github.com ↗