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

@@ -9,7 +9,6 @@
//
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/detail/sp_nullptr_t.hpp>
#include <boost/core/lightweight_test.hpp>
#include <cstddef>
#include <memory>
@@ -36,7 +35,7 @@ private:
int X::instances = 0;
void f( boost::detail::sp_nullptr_t )
void f( std::nullptr_t )
{
}