diff --git a/beast/container/tests/aged_associative_container.test.cpp b/beast/container/tests/aged_associative_container.test.cpp index b282da733..6a77d5d2d 100644 --- a/beast/container/tests/aged_associative_container.test.cpp +++ b/beast/container/tests/aged_associative_container.test.cpp @@ -387,10 +387,10 @@ public: template static - std::list + std::vector make_list (Cont const& c) { - return std::list ( + return std::vector ( c.begin(), c.end()); }