История изменений
Исправление Uter, (текущая версия) :
Helper types
template< bool B, class T, class F >
using conditional_t = typename conditional<B,T,F>::type;
Исходная версия Uter, :
Helper types
template< bool B, class T, class F >
using conditional_t = typename
conditional<B,T,F>::type;