Skip to content

Commit

Permalink
solved clang build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
nixiz committed Jun 1, 2021
1 parent 7a4636d commit 91ebddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tracked/tracked.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class tracked_ptr final : public Options<typename Traits::exception_policy>... {
}

template<class _Dx2 = deleter_type, dtl::tracked_ptr_enable_default_t<_Dx2> = 0>
explicit constexpr tracked_ptr(nullptr_t) noexcept : my_pair(dtl::zero_then_variadic_args_t())
constexpr explicit tracked_ptr(std::nullptr_t) noexcept : my_pair(dtl::zero_then_variadic_args_t())
{
}

Expand Down

0 comments on commit 91ebddb

Please sign in to comment.