cxx/test/utilities/meta/meta.unary/meta.unary.prop/has_move_constructor.pass.cpp

20 lines
481 B
C++
Raw Normal View History

//===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
// type_traits
// has_move_constructor
#include <type_traits>
int main()
{
#error has_move_constructor not implemented
}