Skip to content

chinesecalendar: Use simple typedef instead of decltype logic

Alexander Lohnau requested to merge work/alex/decltype into master

The latter also confuses clazy, which emits warnings for the type declaration about messing with temporaries

Merge request reports