Closed lmichaelis closed 10 months ago
Currently, deprecated symbols are always included in the build but there should be a way of excluding them at compile time. This can be done using a pre-processor symbol and a set of #ifndefs.
#ifndef
Currently, deprecated symbols are always included in the build but there should be a way of excluding them at compile time. This can be done using a pre-processor symbol and a set of
#ifndef
s.