Skip to content

Commit

Permalink
Revert "#error "Intentional Breakage" (to verify: PYBIND11_ACTUALLY_U…
Browse files Browse the repository at this point in the history
…SING_SMART_HOLDER_AS_DEFAULT)"

This reverts commit 4f6f5cb.
  • Loading branch information
rwgk committed Aug 14, 2024
1 parent 4f6f5cb commit 67d615f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/pybind11/pybind11.h
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,6 @@ struct property_cpp_function<
# define PYBIND11_ACTUALLY_USING_SMART_HOLDER_AS_DEFAULT
template <typename>
using default_holder_type = smart_holder;
# error "Intentional Breakage"
#else
template <typename T>
using default_holder_type = std::unique_ptr<T>;
Expand Down

0 comments on commit 67d615f

Please sign in to comment.