Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#if IMATH_FOREIGN_VECTOR_INTEROP around type detectors #131

Merged

Conversation

cary-ilm
Copy link
Member

The Vec/Matrix interoperability constructors are already #if'd out for
older compilers. This #if's out the detector template definitions themselves,
which can cause errors with older compilers aside from the constructors.

Signed-off-by: Cary Phillips [email protected]

The Vec/Matrix interoperability constructors are already #if'd out for
older compilers. This #if's out the template definitions themselves,
which can cause errors aside from the constructors.

Signed-off-by: Cary Phillips <[email protected]>
@lgritz
Copy link
Contributor

lgritz commented Mar 25, 2021

It passed CI. What compilers was this failing for?

@cary-ilm
Copy link
Member Author

cary-ilm commented Mar 25, 2021 via email

@cary-ilm cary-ilm merged commit 3042885 into AcademySoftwareFoundation:master Mar 25, 2021
cary-ilm added a commit that referenced this pull request Mar 25, 2021
The Vec/Matrix interoperability constructors are already #if'd out for
older compilers. This #if's out the template definitions themselves,
which can cause errors aside from the constructors.

Signed-off-by: Cary Phillips <[email protected]>
@cary-ilm cary-ilm deleted the foreign-interop-fix branch May 7, 2021 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants