From a039c8ad36779903571419cb06cd052f8fc41512 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 29 Mar 2022 17:40:04 +0200 Subject: refactor: use trailing return types --- src/interfaces/argument_parser.hpp | 10 +++++----- src/interfaces/cursor.hpp | 2 +- src/interfaces/game.hpp | 4 ++-- src/interfaces/generation_tracker.hpp | 4 ++-- src/interfaces/matrix.hpp | 14 +++++++------- src/interfaces/randomization.hpp | 6 +++--- src/interfaces/scene.hpp | 4 ++-- src/interfaces/window.hpp | 2 +- 8 files changed, 23 insertions(+), 23 deletions(-) (limited to 'src/interfaces') diff --git a/src/interfaces/argument_parser.hpp b/src/interfaces/argument_parser.hpp index efcbaf3..8769698 100644 --- a/src/interfaces/argument_parser.hpp +++ b/src/interfaces/argument_parser.hpp @@ -18,9 +18,9 @@ class IArgumentParser public: virtual ~IArgumentParser() noexcept = default; - virtual ParsedArguments - parse(const std::vector