Revert "Update aosp/master libcxx rebase to r263688"
The world is burning. This reverts commitc004fd909c, reversing changes made to1418e4163d.
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is dual licensed under the MIT and the University of Illinois Open
|
||||
// Source Licenses. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <utility>
|
||||
// XFAIL: c++03
|
||||
|
||||
// #include <initializer_list>
|
||||
|
||||
#include <utility>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::initializer_list<int> x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user