LUMIERA.clone/tests/core/steam/control
Ichthyostega 20f3252892 Upgrade: down with typename!!
Yet another chainsaw massacre.

One of the most obnoxious annoyances with C++ metaprogramming
is the need to insert `typename` and `template` qualifiers into
most definitions, to help the compiler to cope with the syntax,
which is not context-free.

The recent standards adds several clarifications, so that most
of these qualifiers are redundant now, at least at places where
it is unambiguously clear that only a type can be given.

GCC already supports most of these relaxing rules
(Clang unfortunately lags way behind with support of newer language features...)
2025-07-06 01:19:08 +02:00
..
argument-tuple-accept-test.cpp Upgrade: down with typename!! 2025-07-06 01:19:08 +02:00
command-argument-test.cpp Upgrade: switch to C++23 (see #1245) 2025-06-19 01:52:55 +02:00
command-basic-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
command-binding-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
command-clone-builder-test.cpp clean-up: trifles 2025-06-07 23:59:57 +02:00
command-equality-test.cpp clean-up: successfully replaced the old fixed type sequence (closes: #987) 2025-06-07 18:04:59 +02:00
command-instance-manager-test.cpp Upgrade: Literal can be constexpr 2025-07-02 22:18:39 +02:00
command-message-binding-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
command-mutation-test.cpp clean-up: trifles 2025-06-07 23:59:57 +02:00
command-queue-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
command-registry-test.cpp clean-up: successfully replaced the old fixed type sequence (closes: #987) 2025-06-07 18:04:59 +02:00
command-setup-test.cpp Upgrade: Literal can be constexpr 2025-07-02 22:18:39 +02:00
command-use1-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
command-use2-test.cpp clean-up: trifles 2025-06-07 23:59:57 +02:00
command-use3-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
dispatcher-looper-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
handling-pattern-basics-test.cpp clean-up: trifles 2025-06-07 23:59:57 +02:00
handling-pattern-standard-impl-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
memento-tie-test.cpp clean-up: trifles 2025-06-07 23:59:57 +02:00
session-command-function-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
test-dummy-commands.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
test-dummy-commands.hpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00