Closed marcusabate closed 5 years ago
This, combined with the recent changes to master made by @yunzc fixes #22.
master
Specifically, removing the c++14 requirement and adding instead an equivalent implementation of std::unique_ptr::make_unique() solved the majority of the problem.
std::unique_ptr::make_unique()
This, combined with the recent changes to
master
made by @yunzc fixes #22.Specifically, removing the c++14 requirement and adding instead an equivalent implementation of
std::unique_ptr::make_unique()
solved the majority of the problem.