Skip to content

Commit

Permalink
add make unique check condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ygeunkim committed Nov 4, 2024
1 parent 23c913d commit c4aed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/commondefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

#include <memory>

#if __cplusplus < 201402L
#if __cplusplus < 201402L || !defined(__cpp_lib_make_unique)
namespace std {

template <typename T, typename... Args>
Expand Down

0 comments on commit c4aed66

Please sign in to comment.