/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-942
std/unique_ptr.hpp
13 строк
156 B
greshilov
[cmake] Adding c++14 support
29 янв 2018, 17:01
29 янв 2018, 17:01
38de57a
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <memory> using std::unique_ptr; using std::make_unique; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif