LUMIERA.clone/src
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
..
common Upgrade: down with typename!! 2025-07-06 01:19:08 +02:00
include Upgrade: Literal can be constexpr 2025-07-02 22:18:39 +02:00
lib Upgrade: down with typename!! 2025-07-06 01:19:08 +02:00
lumiera Clean-up: remove dummy-player services and interfaces (see #1342) 2025-05-14 01:32:21 +02:00
plugin
stage Upgrade: down with typename!! 2025-07-06 01:19:08 +02:00
steam Upgrade: down with typename!! 2025-07-06 01:19:08 +02:00
tool clean-up: trifles 2025-06-07 23:59:57 +02:00
vault Upgrade: down with typename!! 2025-07-06 01:19:08 +02:00
.gitignore
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
doxygen.dox Upgrade: improve Doxygen parameters and treat some warnings 2025-04-27 05:00:14 +02:00
SConscript clean-up: trifles 2025-06-07 23:59:57 +02:00