Merge branch 'master' into missing-declarations

This commit is contained in:
Gennadiy Civil
2018-01-04 22:01:38 -05:00
committed by GitHub
28 changed files with 215 additions and 170 deletions

View File

@@ -879,7 +879,7 @@ using ::std::tuple_size;
#endif
// Use this annotation before a function that takes a printf format string.
#if defined(__GNUC__) && !defined(COMPILER_ICC)
#if (defined(__GNUC__) || defined(__clang__)) && !defined(COMPILER_ICC)
# if defined(__MINGW_PRINTF_FORMAT)
// MinGW has two different printf implementations. Ensure the format macro
// matches the selected implementation. See