Cleaning up the test suite; remove some includes of non-standard file <__config>
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@226411 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
// template <class E> reverse_iterator<const E*> rbegin(initializer_list<E> il);
|
||||
// template <class E> reverse_iterator<const E*> rend(initializer_list<E> il);
|
||||
|
||||
#include <__config>
|
||||
|
||||
#if __cplusplus >= 201103L
|
||||
#include <iterator>
|
||||
#include <cassert>
|
||||
|
Reference in New Issue
Block a user