offa / scope-guard

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

Conan support #156

Closed offa closed 5 years ago

offa commented 5 years ago

Support for building the library and tests with dependencies gathered by Conan.

It still should be optional, though.

offa commented 5 years ago

Clang 7.1 is not supported by conan right now!? https://github.com/conan-io/conan/issues/4938

ERROR: Invalid setting '7.1' is not a valid 'settings.compiler.version' value.
Possible values are ['3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '4.0', '5.0', '6.0', '7.0', '8']
Read "http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting"