blob: 5a47b14f8d20287d860020ab53e49b3f1078a72d [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// 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_trivial_move_constructor
#include <type_traits>
int main()
{
#error has_trivial_move_constructor not implemented
}