T
Thomas Lenz
Hi everybody,
does it make sense to declare a function with a return type of const void
instead of void? I found (by accident) that the compiler makes a difference
between these two, but I don't understand why.
Thanks,
Thomas
does it make sense to declare a function with a return type of const void
instead of void? I found (by accident) that the compiler makes a difference
between these two, but I don't understand why.
Thanks,
Thomas