mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Vendoring libc++ in external/
This commit is contained in:
11
external/include/c++/v1/experimental/any
vendored
Normal file
11
external/include/c++/v1/experimental/any
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
//===------------------------------ any -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#error "<experimental/any> has been removed. Use <any> instead."
|
||||
Reference in New Issue
Block a user