libcxx initial import
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103490 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1,22 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <functional>
|
||||
|
||||
// class function<R(ArgTypes...)>
|
||||
|
||||
// template<class A> function(allocator_arg_t, const A&);
|
||||
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
int main()
|
||||
{
|
||||
#error template<class A> function(allocator_arg_t, const A&); not implemented
|
||||
}
|
@@ -0,0 +1,22 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <functional>
|
||||
|
||||
// class function<R(ArgTypes...)>
|
||||
|
||||
// template<class F, class A> function(allocator_arg_t, const A&, F);
|
||||
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
int main()
|
||||
{
|
||||
#error template<class F, class A> function(allocator_arg_t, const A&, F); not implemented
|
||||
}
|
@@ -0,0 +1,22 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <functional>
|
||||
|
||||
// class function<R(ArgTypes...)>
|
||||
|
||||
// template<class A> function(allocator_arg_t, const A&, const function&);
|
||||
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
int main()
|
||||
{
|
||||
#error template<class A> function(allocator_arg_t, const A&, const function&); not implemented
|
||||
}
|
@@ -0,0 +1,22 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <functional>
|
||||
|
||||
// class function<R(ArgTypes...)>
|
||||
|
||||
// template<class A> function(allocator_arg_t, const A&, nullptr_t);
|
||||
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
int main()
|
||||
{
|
||||
#error template<class A> function(allocator_arg_t, const A&, nullptr_t); not implemented
|
||||
}
|
@@ -0,0 +1,22 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <functional>
|
||||
|
||||
// class function<R(ArgTypes...)>
|
||||
|
||||
// template<class A> function(allocator_arg_t, const A&, function&&);
|
||||
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
int main()
|
||||
{
|
||||
#error template<class A> function(allocator_arg_t, const A&, function&&); not implemented
|
||||
}
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1,22 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// <functional>
|
||||
|
||||
// class function<R(ArgTypes...)>
|
||||
|
||||
// template<class F, class A> void assign(F&&, const A&);
|
||||
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
int main()
|
||||
{
|
||||
#error template<class F, class A> void assign(F&&, const A&); not implemented
|
||||
}
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
1
test/utilities/function.objects/negators/not1.pass.cpp
Normal file
1
test/utilities/function.objects/negators/not1.pass.cpp
Normal file
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
1
test/utilities/function.objects/negators/not2.pass.cpp
Normal file
1
test/utilities/function.objects/negators/not2.pass.cpp
Normal file
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
1
test/utilities/function.objects/refwrap/binary.pass.cpp
Normal file
1
test/utilities/function.objects/refwrap/binary.pass.cpp
Normal file
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
@@ -0,0 +1 @@
|
||||
//===----------------------------------------------------------------------===//
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user