SCT4SP / cest

Towards a constexpr version of the C++ standard library
GNU General Public License v3.0
18 stars 2 forks source link

Make unique: fixed and tested #9

Closed JPenuchot closed 3 years ago

JPenuchot commented 3 years ago

Added missing constexpr specifier Added tests, both compile-time and runtime (same as unique_ptr)