blob: 0f1161e0d2013a0808e0f7db81cdbf4a592d9f10 [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_constructor
#include <type_traits>
int main()
{
#error has_move_constructor not implemented
}