boostorg / system

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

windows_error.hpp deprecation warning #57

Closed johnwason closed 3 years ago

johnwason commented 3 years ago

I saw the deprecation warning during a build when using windows_error.hpp. I am still using the Windows error codes for interacting with LibUSB and other low-level functions. I can work around it but it would be easier to not have this removed. I suspect a lot of other people are using it for some niche purposes.

pdimov commented 3 years ago

Thanks for the feedback! I will remove the deprecation notice from windows_error.hpp. Out of curiosity, is your code using it publicly available?

johnwason commented 3 years ago

No, I don't have anything open source using it right now.