blob: 9ca95a40c26d0030f4ebc3a297c11ebe4007607f [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// type_traits
// has_trivial_move_assign
#include <type_traits>
int main()
{
#error has_trivial_move_assign not implemented
}