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

X3: Fixed include guard names collision #313

Merged

Conversation

Kojoley
Copy link
Collaborator

@Kojoley Kojoley commented Dec 5, 2017

@octopus-prime
Copy link
Collaborator

Should we change the include guard names for qi too?

Example (include/boost/spirit/home/qi/action/action.hpp):

#if !defined(SPIRIT_ACTION_JANUARY_07_2007_1128AM)
#define SPIRIT_ACTION_JANUARY_07_2007_1128AM

too

#if !defined(BOOST_SPIRIT_QI_ACTION_JANUARY_07_2007_1128AM)
#define BOOST_SPIRIT_QI_ACTION_JANUARY_07_2007_1128AM

?

@djowel
Copy link
Member

djowel commented Dec 5, 2017

It should be fine.

@Kojoley Kojoley merged commit 6e329cb into boostorg:develop Dec 6, 2017
@Kojoley Kojoley deleted the fix-include-guard-names-collision branch December 6, 2017 10:51
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