offa / scope-guard

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

Clang fails on Travis CI due outdated libc++ #87

Closed offa closed 7 years ago

offa commented 7 years ago

As noted in #83, Clang fails on Travis CI due outdated libc++. This is a fundamental problem of Travis and the only workaround (without dramatically increasing the build time) is to remove clang builds until a better solution is found.

offa commented 7 years ago

Clang builds should get re-enabled as fast as possible as GCC7 is now the only compiler left.

offa commented 7 years ago

See #90.