After reading gcc warning page
I would like to force every function to have their return type defined
auto f() -> force_this_return_type_presence{}
I would have liked a gcc warning turned into an error with Werror
but I could not find anything around this idea.
Anything I missed?
Thanks