[jira] [Created] (IGNITE-3581) CPP: Place different enums and constants in separate namespaces or structs.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-3581) CPP: Place different enums and constants in separate namespaces or structs.

Anton Vinogradov (Jira)
Igor Sapego created IGNITE-3581:
-----------------------------------

             Summary: CPP: Place different enums and constants in separate namespaces or structs.
                 Key: IGNITE-3581
                 URL: https://issues.apache.org/jira/browse/IGNITE-3581
             Project: Ignite
          Issue Type: Task
          Components: platforms
    Affects Versions: 1.6
            Reporter: Igor Sapego
             Fix For: 2.0


The common practice is to place enums and constants in separate namespaces or structs. This way we can group them and avoid name clashes without the need to use long names.

[Details|http://stackoverflow.com/questions/7090130/enum-in-a-namespace].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)