devel/boost-libs: uncriple the boost-libs#690
Merged
jrmarino merged 1 commit intoDragonFlyBSD:masterfrom Dec 16, 2016
Merged
Conversation
Must use at least -std=c++11 while compiling the libs (partially wrong abi)
boost headers has no safe-guards when compiled w/ -std=c++98, while most of
packages rely on -std=c++11 while using these boost headers.
Explains why certain things doesn't seem right here and there.
@@ -291,19 +301,19 @@ Performing configuration checks
- sparc : no
- x86 : yes
- symlinks supported : yes
- - C++11 mutex : no
+ - C++11 mutex : yes
- lockfree boost::atomic_flag : yes
- - Boost.Config Feature Check: cxx11_auto_declarations : no
- - Boost.Config Feature Check: cxx11_constexpr : no
- - Boost.Config Feature Check: cxx11_defaulted_functions : no
+ - Boost.Config Feature Check: cxx11_auto_declarations : yes
+ - Boost.Config Feature Check: cxx11_constexpr : yes
+ - Boost.Config Feature Check: cxx11_defaulted_functions : yes
- Boost.Config Feature Check: cxx11_final : yes
- - Boost.Config Feature Check: cxx11_hdr_tuple : no
- - Boost.Config Feature Check: cxx11_lambdas : no
- - Boost.Config Feature Check: cxx11_noexcept : no
- - Boost.Config Feature Check: cxx11_nullptr : no
- - Boost.Config Feature Check: cxx11_rvalue_references : no
- - Boost.Config Feature Check: cxx11_template_aliases : no
- - Boost.Config Feature Check: cxx11_thread_local : no
+ - Boost.Config Feature Check: cxx11_hdr_tuple : yes
+ - Boost.Config Feature Check: cxx11_lambdas : yes
+ - Boost.Config Feature Check: cxx11_noexcept : yes
+ - Boost.Config Feature Check: cxx11_nullptr : yes
+ - Boost.Config Feature Check: cxx11_rvalue_references : yes
+ - Boost.Config Feature Check: cxx11_template_aliases : yes
+ - Boost.Config Feature Check: cxx11_thread_local : yes
- Boost.Config Feature Check: cxx11_variadic_templates : yes
- has_icu builds : yes
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Sep 25, 2017
PR: 218835 Obtained from: DragonFlyBSD/DeltaPorts#690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@450557 35697150-7ecd-e111-bb59-0022644237b5
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Sep 25, 2017
PR: 218835 Obtained from: DragonFlyBSD/DeltaPorts#690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
|
FWIW, Boost 1.68 update will bump to C++14 in order to avoid boostorg/system#24 |
|
it hasn't been bumped to C++14 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maybe it would be better if was done on freebsd-ports side, dunno but:
Must use at least -std=c++11 while compiling the libs (partially wrong abi)
boost headers has no safe-guards when compiled w/ -std=c++98, while most of
packages rely on -std=c++11 while using these boost headers.
Explains why certain things doesn't seem right here and there.
@@ -291,19 +301,19 @@ Performing configuration checks
- sparc : no
- x86 : yes
- symlinks supported : yes
- - C++11 mutex : no
+ - C++11 mutex : yes
- lockfree boost::atomic_flag : yes
- - Boost.Config Feature Check: cxx11_auto_declarations : no
- - Boost.Config Feature Check: cxx11_constexpr : no
- - Boost.Config Feature Check: cxx11_defaulted_functions : no
+ - Boost.Config Feature Check: cxx11_auto_declarations : yes
+ - Boost.Config Feature Check: cxx11_constexpr : yes
+ - Boost.Config Feature Check: cxx11_defaulted_functions : yes
- Boost.Config Feature Check: cxx11_final : yes
- - Boost.Config Feature Check: cxx11_hdr_tuple : no
- - Boost.Config Feature Check: cxx11_lambdas : no
- - Boost.Config Feature Check: cxx11_noexcept : no
- - Boost.Config Feature Check: cxx11_nullptr : no
- - Boost.Config Feature Check: cxx11_rvalue_references : no
- - Boost.Config Feature Check: cxx11_template_aliases : no
- - Boost.Config Feature Check: cxx11_thread_local : no
+ - Boost.Config Feature Check: cxx11_hdr_tuple : yes
+ - Boost.Config Feature Check: cxx11_lambdas : yes
+ - Boost.Config Feature Check: cxx11_noexcept : yes
+ - Boost.Config Feature Check: cxx11_nullptr : yes
+ - Boost.Config Feature Check: cxx11_rvalue_references : yes
+ - Boost.Config Feature Check: cxx11_template_aliases : yes
+ - Boost.Config Feature Check: cxx11_thread_local : yes
- Boost.Config Feature Check: cxx11_variadic_templates : yes
- has_icu builds : yes