diff --git a/include/trompeloeil/mock.hpp b/include/trompeloeil/mock.hpp index bf57672..50745d9 100644 --- a/include/trompeloeil/mock.hpp +++ b/include/trompeloeil/mock.hpp @@ -1772,6 +1772,7 @@ template template * = nullptr> sequence_handler() noexcept + : matchers{} {} template @@ -1830,7 +1831,7 @@ template matchers.retire_predecessors(); } private: - sequence_matchers matchers{}; + sequence_matchers matchers; };