You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2017/04/10 14:13:41 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-3581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Sapego reassigned IGNITE-3581:
-----------------------------------

    Assignee: Igor Sapego

> 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
>            Assignee: Igor Sapego
>              Labels: cpp
>             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.15#6346)