We decided to change the naming convention for namespaces to use lower case
names (like file and directory names) to avoid classes with the same name as
their namespace. Such classes lead to problems with forward declarations, e.g.,
we cannot use "using Options::Options;".
|