when working with namespace, I need to finish it with a semicolon? When I put a forward declaration of a class into a namespace, for example, many people doesn’t include a semicolon but, it seems to be optional.
Does semicolon add functionality or change the current functionality by adding or removing?
Thanks.
If semicolon is optional it doesn’t change functionality, otherwise it you omit it you’ll get a syntax error.
If these are not the cases you talked about, comment please.