SObjectizer  5.5
Namespaces | Functions
stdcpp.hpp File Reference

Various standard C++ stuff from newer versions of C++ which we want to use with older C++ compilers. More...

#include <utility>
#include <memory>

Go to the source code of this file.

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::stdcpp
 

Functions

template<typename T , typename... Args>
std::unique_ptr< T > so_5::stdcpp::make_unique (Args &&...args)
 

Detailed Description

Various standard C++ stuff from newer versions of C++ which we want to use with older C++ compilers.

Since
v.5.5.18