--- libptytty/src/estl.h 2014/11/06 18:13:31 1.26 +++ libptytty/src/estl.h 2014/11/07 20:44:49 1.27 @@ -70,7 +70,7 @@ && std::is_trivially_constructible::value && std::is_trivially_copyable::value && std::is_trivially_destructible::value; - #elif ECB_GCC_VERSION(4,4) + #elif ECB_GCC_VERSION(4,4) || ECB_CLANG_VERSION(2,8) return __has_trivial_assign (T) && __has_trivial_constructor (T) && __has_trivial_copy (T)