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

devel/boost-libs: uncriple the boost-libs #690

Merged
merged 1 commit into from
Dec 16, 2016

Commits on Dec 16, 2016

  1. devel/boost-libs: uncriple the boost-libs

    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
    zrj-rimwis committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    9332bb0 View commit details
    Browse the repository at this point in the history