When writing a header library (like Boost), can one define free-floating (non-method) functions without (1) bloating the generated binary and (2) incurring \"unused\" warnings?开发者_如何学Go
Essentially the warning in our case is just a validation, we don\'t want to mark it as an error just a warning so the user knows.I was hoping to use the same or similar method used for validation.Curr
I\'m aware that it\'s perfectly fine to send messages to nil objects in Objective-C. However, I am curious if there is any runtime support for flagging such si开发者_Go百科tuations. I can see this bei