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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <ext/hash_set>
|
||||
|
||||
namespace __gnu_cxx {
|
||||
template class hash_set<int>;
|
||||
}
|
||||
|
||||
int main() {
|
||||
typedef __gnu_cxx::hash_set<int> Set;
|
||||
Set s;
|
||||
Set s2(s);
|
||||
((void)s2);
|
||||
}
|
||||
Reference in New Issue
Block a user