You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2016/07/26 15:19:20 UTC

[jira] [Created] (IGNITE-3582) CPP: Replace pointers with references in function signatures where it's possible.

Igor Sapego created IGNITE-3582:
-----------------------------------

             Summary: CPP: Replace pointers with references in function signatures where it's possible.
                 Key: IGNITE-3582
                 URL: https://issues.apache.org/jira/browse/IGNITE-3582
             Project: Ignite
          Issue Type: Task
          Components: platforms
    Affects Versions: 1.6
            Reporter: Igor Sapego
             Fix For: 2.0


Replace passing arguments by pointers with passing by references where it's possible. Places to look at:
{{BinaryMapReader::GetNext}}.
The following argument: {{IgniteError* err}}.



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