You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement proposal related to a problem? Please describe.
Currently, we use __deprecated to mark function signatures as deprecated. I believe that improving it to the following approach may better facilitate early planning of the API lifecycle.
Is your enhancement proposal related to a problem? Please describe.
Currently, we use __deprecated to mark function signatures as deprecated. I believe that improving it to the following approach may better facilitate early planning of the API lifecycle.
Describe the solution you'd like
To
Then, provide an external macro in toolchain.h, which I will refer to as
DEPRECATED
. I will provide the following code for this:Will throw
As you can see, it also prints the version information. based on practice, they are supported in both Clang and GCC.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: