LINUX.ORG.RU

История изменений

Исправление Uter, (текущая версия) :

Helper types

template< bool B, class T, class F >
using conditional_t = typename conditional<B,T,F>::type;
(since C++14)

Исходная версия Uter, :

Helper types

template< bool B, class T, class F >
using conditional_t = typename
conditional<B,T,F>::type;
(since C++14)