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

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

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

Anton Vinogradov (Jira)
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)