diff --git a/include/boost/move/make_unique.hpp b/include/boost/move/make_unique.hpp index bb59ab6..ef106db 100644 --- a/include/boost/move/make_unique.hpp +++ b/include/boost/move/make_unique.hpp @@ -75,7 +75,8 @@ struct nothrow_holder }; template -std::nothrow_t *nothrow_holder::pnothrow; +std::nothrow_t *nothrow_holder::pnothrow = + reinterpret_cast(0x1234); //Avoid reference to null errors in sanitizers } //namespace move_upmu { } //namespace boost{