summaryrefslogtreecommitdiffstats
path: root/test/utilities/meta/meta.unary/meta.unary.prop/has_move_constructor.pass.cpp
blob: 26b060cbdd4e0c86110d8b0e392c18ecdfe8b287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//===----------------------------------------------------------------------===//
//
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊ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
}