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/tuple
vendored
Normal file
11
external/include/c++/v1/experimental/tuple
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
//===----------------------------- tuple ----------------------------------===//
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#error "<experimental/tuple> has been removed. Use <tuple> instead."
|
||||
Reference in New Issue
Block a user