blob: d9c95342589f6f294270341ce067fdcce5c74a4e [file] [log] [blame]
Eric Fiselier3461dbc2015-07-31 02:24:58 +00001// -*- C++ -*-
Eric Fiselierb168a7c2019-01-06 00:37:31 +00002//===------------------------------- any ----------------------------------===//
Eric Fiselier3461dbc2015-07-31 02:24:58 +00003//
4// The LLVM Compiler Infrastructure
5//
Eric Fiselierb168a7c2019-01-06 00:37:31 +00006// This file is dual licensed under the MIT and the University of Illinois Open
7// Source Licenses. See LICENSE.TXT for details.
Eric Fiselier3461dbc2015-07-31 02:24:58 +00008//
9//===----------------------------------------------------------------------===//
Eric Fiselierb168a7c2019-01-06 00:37:31 +000010#ifndef _LIBCPP_EXPERIMENTAL_ANY
11#define _LIBCPP_EXPERIMENTAL_ANY
Eric Fiselier3461dbc2015-07-31 02:24:58 +000012
Eric Fiselierb168a7c2019-01-06 00:37:31 +000013#include <__config>
14
15#ifdef _LIBCPP_WARNING
16_LIBCPP_WARNING("<experimental/any> has been removed. Use <any> instead.")
17#else
18# warning "<experimental/any> has been removed. Use <any> instead."
19#endif
20
21#endif // _LIBCPP_EXPERIMENTAL_ANY