blob: 268c1a698defcf1229f1acce5f56daf01c4c81cc [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_assign
#include <type_traits>
int main()
{
#error has_trivial_move_assign not implemented
}