Considering this answer for the benefit of typedefs on basic types and why they are used, is there any way to ensure that in your project you did not use a basic type and used the typedef counterparts?
Considering this answer for the benefit of typedefs on basic types and why they
Share
If you really, absolutely want to ban native types but allow
typedefs, I guess you can always do something like:That said, I don’t think outright banning native types is a good idea in the general case.