#include "catch.hpp" #include // Containers are only pretty print in c++11 #if defined(CATCH_CPP11_OR_GREATER) #include #include #include #include #endif /// \file Test Catch::to_string for standard containors. /// \brief Test for sequence containors /// \tparm Sequence The containor to test. /// \tparm Allocator The containor element allocator to use. template