Skip to content

Commit 91ebddb

Browse files
committed
solved clang build error.
1 parent 7a4636d commit 91ebddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tracked/tracked.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class tracked_ptr final : public Options<typename Traits::exception_policy>... {
2929
}
3030

3131
template<class _Dx2 = deleter_type, dtl::tracked_ptr_enable_default_t<_Dx2> = 0>
32-
explicit constexpr tracked_ptr(nullptr_t) noexcept : my_pair(dtl::zero_then_variadic_args_t())
32+
constexpr explicit tracked_ptr(std::nullptr_t) noexcept : my_pair(dtl::zero_then_variadic_args_t())
3333
{
3434
}
3535

0 commit comments

Comments
 (0)