-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
compilation error for BOOST version == 1.64 #29
Comments
The problem here is that between boost 1.6 and 1.7 they seem to have changed We are developing and testing with boost 1.7, ipkn/crow uses boost 1.5 |
Is this a problem to update to the newest boost @choice17 ? ;) |
Not really, however, it would be nice to have it compatible to lower version. |
I'm not sure if that's a good idea. It requires additional work and it looks like a quirk in only one version of boost. |
we could potentially add a macro to check the boost version, and add a warning at the start of the application that "support for boost versions below 1.7 is deprecated and will be removed in a future release" just as a transition, this check would need to be added to the parts that @mrozigor changed while adding support to 1.7, and the socket shutdown parts added by me. @mrozigor what do you think? |
If this isn't really necessary then I think that this is waste of time. |
closing this for now, @choice17 feel free to reopen if this issue is really important |
Compiler complaints the following which does not happened in BOOST version == 1.74 and it does not happened in ipkn/crow master branch.
The text was updated successfully, but these errors were encountered: