Skip to content

Find alternatives to the current C++ smart pointers implementation based on loki #48

@javarias

Description

@javarias

The current C++ smart pointer is based on loki libraries, see loki webpage.
In modern C++ standards (C++11 and C++17 ) a new set of standard smart pointers have been accepted and introduced as part of the C++ standard libraries, which are listed here. The modern C++ standards are support in newer versions of GCC than the one include in CentOS 6, for this reason we should look for an alternative until CentOS and/or RHEL supports the newer compilers.

The C++ smart pointers are mostly based on versions of smart pointers developed by boost libraries, which should be compatible with the newest C++ standards, providing a simple upgrade path to C++ smart pointers when time comes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions