diff --git a/include/foonathan/memory/smart_ptr.hpp b/include/foonathan/memory/smart_ptr.hpp index d5fad10..9964495 100644 --- a/include/foonathan/memory/smart_ptr.hpp +++ b/include/foonathan/memory/smart_ptr.hpp @@ -191,18 +191,6 @@ namespace foonathan detail::forward(alloc)), detail::forward(args)...); } - -#if !defined(DOXYGEN) -#include "detail/container_node_sizes.hpp" -#else - /// Contains the node size needed for a `std::shared_ptr`. - /// These classes are auto-generated and only available if the tools are build and without cross-compiling. - /// \ingroup adapter - template - struct shared_ptr_node_size : std::integral_constant - { - }; -#endif } // namespace memory } // namespace foonathan