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