Suppress array initialization warnings in std::experimental::apply tests

llvm-svn: 248987
This commit is contained in:
Eric Fiselier
2015-10-01 07:05:38 +00:00
parent f74bb3b8b0
commit b4e2e7a292
19 changed files with 62 additions and 18 deletions

View File

@@ -14,7 +14,9 @@
#include <array>
#include <cassert>
#include "../suppress_array_warnings.h"
// std::array is explicitly allowed to be initialized with A a = { init-list };.
// Disable the missing braces warning for this reason.
#include "disable_missing_braces_warning.h"
int main()
{