mz2 / peer

A factor analysis package
9 stars 41 forks source link

peerPYTHON_wrap.cxx error: reference to ‘is_array’ is ambiguous #11

Open seantcaron opened 4 years ago

seantcaron commented 4 years ago

There are three instances of is_array() in the file peerPYTHON_wrap.cxx that need to be changed to ::is_array() to resolve this build error. They are present at lines 3214, 3129 and 3268.

Mrxun-JN commented 3 years ago

I have the same error.