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

Remove use of BOOST_PP_IS_EMPTY. #124

Merged

Conversation

Flast
Copy link
Collaborator

@Flast Flast commented Feb 16, 2016

I brush up and test @daminetreg 's patch.

  • tested:
    • MSVC: 8, 9, 10sp1, 11u4, 12u5, 14u1
    • GCC: 6.0.0 20160212
      • gnu++98
      • gnu++11
      • gnu++14

close #11157

daminetreg and others added 10 commits February 13, 2016 14:15
…ed auto as synonym for BOOST_FUSION_ADAPT_AUTO.

Fix ticket https://svn.boost.org/trac/boost/ticket/11157
BOOST_MPL_PP_TOKEN_EQUAL is now used to check if auto/BOOST_FUSION_ADAPT_AUTO
was provided as type, telling to deduce members types.
While BOOST_FUSION_ADAPT_AUTO is still supported for backward compatibiltiy,
auto as been put because it has a better readability.
…atenation to check for BOOST_MPL_PP_TOKEN_EQUAL_auto equality.
…AMED and btw. fixes test error since removal of BOOST_PP_IS_EMPTY.
djowel added a commit that referenced this pull request Feb 16, 2016
…PP_IS_EMPTY

Remove use of BOOST_PP_IS_EMPTY.
@djowel djowel merged commit f7b90f2 into boostorg:develop Feb 16, 2016
@Flast Flast deleted the feature/ticket-11157-remove-BOOST_PP_IS_EMPTY branch February 16, 2016 22:23
@daminetreg
Copy link
Contributor

Thanks @Flast, sorry I was lagging on this for more than a year.

@Flast
Copy link
Collaborator Author

Flast commented Feb 17, 2016

@daminetreg Never mind :)

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

3 participants