mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-04 15:59:19 +01:00
Fix clang < 3.9 failures
This commit is contained in:
@@ -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
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user