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 #11517 #96

Merged
merged 2 commits into from
Aug 3, 2015
Merged

Fix #11517 #96

merged 2 commits into from
Aug 3, 2015

Conversation

Flast
Copy link
Collaborator

@Flast Flast commented Aug 2, 2015

see https://svn.boost.org/trac/boost/ticket/11517

I'll open a PR for master after some regression runners have passed.

Older GCC cannot specify both of const and constexpr to variable decl.

Partially fix #11517
@@ -27,7 +29,7 @@ namespace boost { namespace fusion
}

// "ignore" allows tuple positions to be ignored when using "tie".
BOOST_CONSTEXPR detail::swallow_assign const ignore = detail::swallow_assign();
BOOST_CONSTEXPR_OR_CONST detail::swallow_assign ignore = detail::swallow_assign();
}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't find the documentation of BOOST_CONSTEXPR_OR_CONST. It's the first time I've seen this. Could you point me to the docs?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I see. Thanks. I wasn't able to find that in my quick search.

djowel added a commit that referenced this pull request Aug 3, 2015
@djowel djowel merged commit 1bde5c6 into boostorg:develop Aug 3, 2015
@Flast Flast mentioned this pull request Aug 3, 2015
@Flast Flast deleted the bugfix/issue-11517 branch August 4, 2015 00:35
sneumann pushed a commit to sneumann/mzR that referenced this pull request Dec 14, 2016
lgatto pushed a commit to sneumann/mzR that referenced this pull request Sep 8, 2017
From: Steffen Neumann <sneumann(at)ipb-halle.de>

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125206 bc3139a8-67e5-0310-9ffc-ced21a209358
HinTak pushed a commit to HinTak/mzR that referenced this pull request May 17, 2020
…11517 and /boostorg/fusion/pull/96

From: Steffen Neumann <sneumann@ipb-halle.de>

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125202 bc3139a8-67e5-0310-9ffc-ced21a209358
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