diff --git a/sprout/complex/container.hpp b/sprout/complex/container.hpp index 37e3f189..61e2860f 100644 --- a/sprout/complex/container.hpp +++ b/sprout/complex/container.hpp @@ -30,7 +30,6 @@ namespace sprout { template static SPROUT_CONSTEXPR copied_type make(Args&&... args) { - typedef sprout::detail::make_construct_impl impl_type; return copied_type(SPROUT_FORWARD(Args, args)...); } template