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 issue with undefined BOOST_VERSION #3272

Merged
merged 1 commit into from
Mar 14, 2016

Conversation

markwal
Copy link
Contributor

@markwal markwal commented Mar 14, 2016

if BOOST_VERSION < 106000 always succeeds because BOOST_VERSION is
undefined. In order to avoid the code for new boost, we need <boost/version.hpp>

Before adding the fix, verified that this was the issue with:

ifndef BOOST_VERSION

error BOOST_VERSION not defined

endif

I'm compiling on Windows with Boost in C:\dev\boost_1_60_0

if BOOST_VERSION < 106000 always succeeds because BOOST_VERSION is
undefined.  In order to avoid the code for new boost, we need
<boost/version.hpp>
alranel added a commit that referenced this pull request Mar 14, 2016
Fix issue with undefined BOOST_VERSION
@alranel alranel merged commit c12ccd8 into slic3r:master Mar 14, 2016
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.

2 participants