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