Skip to content

Commit

Permalink
fix inline
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Jul 17, 2020
1 parent ba78db8 commit 8aef545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cupy/core/include/cupy/complex/complex.h
Expand Up @@ -97,7 +97,7 @@ struct complex {
*
* \param z The \p complex to copy from.
*/
__host__ __device__ complex(const complex<T>& z);
inline __host__ __device__ complex(const complex<T>& z);

/*! This copy constructor copies from a \p complex with a type that
* is convertible to this \p complex \c value_type.
Expand Down

0 comments on commit 8aef545

Please sign in to comment.