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:
parent
938bd94eb0
commit
0798d1e5b0
|
@ -8,6 +8,7 @@ namespace std {
|
|||
const _E* __begin_;
|
||||
size_t __size_;
|
||||
|
||||
initializer_list(const int*, long unsigned int) {}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue