Remove boost::detail::sp_nullptr_t

This commit is contained in:
Peter Dimov
2024-09-24 19:11:15 +03:00
parent 569b07b91c
commit 0e6dd82e8e
9 changed files with 15 additions and 65 deletions

View File

@@ -222,7 +222,7 @@ static void deleter_constructor()
// nullptr_deleter_constructor
void deleter3( boost::detail::sp_nullptr_t )
void deleter3( std::nullptr_t )
{
++m;
}