Compatibility

API reference

For now only rili::make_unique from header file : rili/MakeUnique.hpp is provided. rili::make_unique is replacement of C++14 std::make_unique which can be used in C++11. In case when used C++ standard is newer than C++11 rili::make_unique is simply alias to std::make_unique.