blob: 949256ac2f0d9cbe6a1e9b89902f8319251781c6 [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_nothrow_move_constructor
#include <type_traits>
int main()
{
#error has_nothrow_move_constructor not implemented
}