Features: Extend the generalized_initializers test for GNU < 4.7.

That compiler requires a different initializer_list constructor, so
update the test to match.
This commit is contained in:
Stephen Kelly 2015-01-11 18:43:31 +01:00
parent 938bd94eb0
commit 0798d1e5b0
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ namespace std {
const _E* __begin_;
size_t __size_;
initializer_list(const int*, long unsigned int) {}
};
}