- Notifications
You must be signed in to change notification settings - Fork425
Make this work with Boost 1.55.#746
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
deanberris commentedApr 4, 2017
Just curious (and I know we haven't been able to remove the Boost dependencies yet) but have you tested with later Boost releases? Also curious why you need this to work with 1.55. |
| #defineBOOST_SPIRIT_UNICODE | ||
| #include<boost/spirit/include/qi.hpp> | ||
| #include<boost/fusion/include/std_tuple.hpp> | ||
| #include<boost/fusion/adapted/std_tuple.hpp> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Does this still work with later Boost versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
It should (this header ispresent in 1.63 and on what seems to be thedevelopment branch).
deanberris commentedApr 4, 2017
LGTM |
igorpeshansky commentedApr 5, 2017
I don't see why it wouldn't, but I'll test tomorrow. |
deanberris commentedApr 5, 2017
That's fair -- although we do use C++11 features where we can, and I know of older compilers having issues with C++11. If we're going to need to support older compilers, then a pre-C++11 build (0.11.x) would be preferred, though there's a huge delta between then and the current state of the library in 0.13-devel and master. |
No description provided.