/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
split-repo
std/shared_ptr.hpp
14 строк
192 B
Sergey Magidovich
Implement notes upload.
23 мар 2016, 16:56
23 мар 2016, 16:56
5c4e0d0
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <memory> using std::shared_ptr; using std::make_shared; using std::enable_shared_from_this; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif