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

Enable to be built with gcc 5.1.0 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iori-yja
Copy link

As newer version of boost, addressof.hpp is copied into boost/core/ and a header that reffers it is put boost/utility/ instead of original file.

@iori-yja iori-yja changed the title Enable to build with gcc 5.1.0 Enable to be built with gcc 5.1.0 May 26, 2015
@nyh
Copy link

nyh commented May 27, 2015

What worries me about this fix is that I have no idea how to check its implications. For example:

  1. could it be that the new version is different in other ways from the original Boost 1.55 in more ways than just fixing the gcc 5 compilation?
  2. Is it fine to modify the header file but leave the pre-compiled boost libraries in libboost_.a / libboost_.so compiled with the old header?

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