boostorg / system

Boost.org system module
http://boost.org/libs/system
35 stars 86 forks source link

Consider making errc_t a scoped enum #75

Open pdimov opened 2 years ago

pdimov commented 2 years ago

As is done on branch https://github.com/boostorg/system/tree/feature/scoped-errc.

Unfortunately, this will probably break tons of existing code that relies on the implicit conversion to int.