opnsense-src/test/libcxx/experimental/utilities/tuple/header.tuple.synop/includes.pass.cpp

21 lines
546 B
C++
Raw Normal View History

2015-09-06 14:46:46 -04:00
//===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03, c++11
2015-09-06 14:46:46 -04:00
// <experimental/tuple>
#include <experimental/tuple>
int main()
{
#ifndef _LIBCPP_TUPLE
# error "<experimental/tuple> must include <tuple>"
#endif
2015-09-06 14:46:46 -04:00
}