cxx/test/utilities/meta/meta.unary/meta.unary.prop/has_default_constructor.pass.cpp
2010-05-11 21:36:01 +00:00

20 lines
472 B
C++

//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// type_traits
// has_default_constructor
#include <type_traits>
int main()
{
#error has_default_constructor not implemented
}