mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-17 20:50:43 -06:00
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:
@@ -8,6 +8,7 @@ namespace std {
|
||||
const _E* __begin_;
|
||||
size_t __size_;
|
||||
|
||||
initializer_list(const int*, long unsigned int) {}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user