https://bugs.kde.org/show_bug.cgi?id=430331

Kuntal Majumder <hello...@disroot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hello...@disroot.org

--- Comment #1 from Kuntal Majumder <hello...@disroot.org> ---
Unless we can push to C++14 which I am not sure of, they only solution seems to
add something like this,

#if __cplusplus == 201103L
template< bool B, class T, class F >
using conditional_t = typename conditional<B,T,F>::type; 
#endif

to the boost header temporarily for the build, I guess.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to