K 10 svn:author V 2 ed K 8 svn:date V 27 2013-04-27T21:18:34.664301Z K 7 svn:log V 361 Enable improved for Clang even when not using C11. By using __has_extension(c_generic_selections), we can explicitly test whether we're dealing with a version of Clang that supports _Generic(). That way we can use the improved code, even when not using -std=c11. This massively reduces the compilation time when invoking these functions. END