You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2023/04/07 06:56:00 UTC

[jira] [Updated] (IGNITE-15762) [IEP-80] Migrate Ignite.C++ to C++ 11

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

Aleksey Plekhanov updated IGNITE-15762:
---------------------------------------
    Fix Version/s:     (was: 2.15)

> [IEP-80] Migrate Ignite.C++ to C++ 11
> -------------------------------------
>
>                 Key: IGNITE-15762
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15762
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>            Reporter: Ivan Daschinsky
>            Priority: Major
>              Labels: IEP-80
>
> Since C++ 11 is widely adopted, we should move forward and make our C++ part compatible with it.
> # Remove {{auto_ptr}} and use {{unique_ptr}}
> # Utilize move semantics.
> # Get rid of custom implementation of atomics, mutex, condition variables and so on.
> Use standard ones.
> # Change in tests BOOST implementations to standard library ones whenever it is possible.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)