Fix clang < 3.9 failures

This commit is contained in:
Peter Dimov
2017-06-08 18:21:55 +03:00
parent 08777edbc1
commit 19865f6145
3 changed files with 13 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ int main()
}
#if defined( __clang_major__ ) && __clang_major__ == 3 && __clang_minor__ < 9
// "error: default initialization of an object of const type 'const std::tuple<>' without a user-provided default constructor"
#else
{