offa / scope-guard

Implementation of Scoped Guards and Unique Resource as proposed in P0052.
MIT License
46 stars 6 forks source link

Conan GCC builds should set C++11 ABI #162

Closed offa closed 4 years ago

offa commented 4 years ago

The Conan GCC builds need to specify C++11 ABI explicitly:

************************* WARNING: GCC OLD ABI COMPATIBILITY ***********************

Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to

'libstdc++' for backwards compatibility.

Your compiler is likely using the new CXX11 ABI by default (libstdc++11).

If you want Conan to use the new ABI for the default profile, run:

    $ conan profile update settings.compiler.libcxx=libstdc++11 default

Or edit '/root/.conan/profiles/default' and set compiler.libcxx=libstdc++11

************************************************************************************

Ref. #157

offa commented 4 years ago

CI builds already set the new ABI :confused: !?

offa commented 4 years ago

Probably caused by wrong repository url. However, it should be checked.

offa commented 4 years ago

This affects only GCC builds.