diff --git a/sprout/complex/container.hpp b/sprout/complex/container.hpp index 61e2860f..d137b6fb 100644 --- a/sprout/complex/container.hpp +++ b/sprout/complex/container.hpp @@ -34,7 +34,7 @@ namespace sprout { } template static SPROUT_CONSTEXPR copied_type - remake(Cont&&, typename sprout::container_traits >::difference_type size, Args&&... args) { + remake(Cont&&, typename sprout::container_traits >::difference_type, Args&&... args) { return copied_type(SPROUT_FORWARD(Args, args)...); } };