cxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/assign_F_alloc.pass.cpp
2010-05-11 21:36:01 +00:00

23 lines
588 B
C++

//===----------------------------------------------------------------------===//
//
// 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
}