Closed mgood7123 closed 4 years ago
It looks ok, except for I don't really agree with indenting the contents of the namespaces. It's usually standard c++ practice to not indent them - Probably because namespaces are intended to be used for preventing name clashes, and not as a scoping mechanism.
It looks ok, except for I don't really agree with indenting the contents of the namespaces. It's usually standard c++ practice to not indent them - Probably because namespaces are intended to be used for preventing name clashes, and not as a scoping mechanism.
oh ok
reverted namespace indentation
could you please merge this, or create an Android branch and allow me write access to it