// -*- C++ -*- //===------------------------------- any ----------------------------------===// // // 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. // //===----------------------------------------------------------------------===// #ifndef _LIBCPP_EXPERIMENTAL_ANY #define _LIBCPP_EXPERIMENTAL_ANY #include <__config> #ifdef _LIBCPP_WARNING _LIBCPP_WARNING(" has been removed. Use instead.") #else # warning " has been removed. Use instead." #endif #endif // _LIBCPP_EXPERIMENTAL_ANY