blob: 827ef37ae99566dfb91660252abf955e88c666df [file] [log] [blame]
Eric Fiselier503fab42015-03-17 18:28:14 +00001// -*- C++ -*-
2//===----------------------------- tuple ----------------------------------===//
3//
Chandler Carruthd2012102019-01-19 10:56:40 +00004// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5// See https://llvm.org/LICENSE.txt for license information.
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Eric Fiselier503fab42015-03-17 18:28:14 +00007//
8//===----------------------------------------------------------------------===//
Eric Fiselier5fe184c2019-01-06 00:37:31 +00009#ifndef _LIBCPP_EXPERIMENTAL_TUPLE
10#define _LIBCPP_EXPERIMENTAL_TUPLE
Eric Fiselier503fab42015-03-17 18:28:14 +000011
Eric Fiselier5fe184c2019-01-06 00:37:31 +000012#include <__config>
13
14#ifdef _LIBCPP_WARNING
15_LIBCPP_WARNING("<experimental/tuple> has been removed. Use <tuple> instead.")
16#else
17# warning "<experimental/tuple> has been removed. Use <tuple> instead."
18#endif
19
20#endif // _LIBCPP_EXPERIMENTAL_TUPLE