blob: 135a0ed79f86408e9277130968718653dfd43466 [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_move_assign
#include <type_traits>
int main()
{
#error has_move_assign not implemented
}