serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
706 stars 152 forks source link

std::make_unique not support c++11 #115

Closed neomissing closed 1 year ago

neomissing commented 1 year ago

std::make_unique not support c++11,compatible with c++11 is recommended

serge1 commented 1 year ago

C'mon, it is 2023 already. The most projects are on c++17 already