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

Fix BOOST_MPL_AUX_ASSERT_NOT_NA #73

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

aihao1007
Copy link

No description provided.

@mclow
Copy link
Contributor

mclow commented Oct 12, 2022

This looks reasonable to me. Are there any tests that are currently failing that this will fix? If not, should there be?

@aihao1007
Copy link
Author

BOOST_MPL_AUX_ASSERT_NOT_NA macro parameters is "x" ,"type" is undefined.

@mclow
Copy link
Contributor

mclow commented Oct 12, 2022

BOOST_MPL_AUX_ASSERT_NOT_NA macro parameters is "x" ,"type" is undefined.

I'm not disagreeing; I'm wondering how this is failing.

@aihao1007
Copy link
Author

When I use BOOST_MPL_AUX_ASSERT_NOT_NA alone to wirte a test code,I discover this error. However, the macro is right when is uesd by the mpl to define "type".

@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Merging #73 (b27b650) into develop (db09fb1) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #73   +/-   ##
========================================
  Coverage    94.73%   94.73%           
========================================
  Files            5        5           
  Lines           19       19           
========================================
  Hits            18       18           
  Misses           1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db09fb1...b27b650. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants