Annotate deprecated C++ APIs
A `BN_DEPRECATED` macro is introduced that expands to a `[[deprecated(msg)]]` attribute. Using functions that are annotated as deprecated will generate a compiler warning. This should help make users aware that they should migrate to replacement APIs.
M
Mark Rowe committed
45ecf56486c5c6c29290d39978fbb46cab337e08
Parent: c5cffef