blob: 1f37a6293bac1cabc97593ff02f965cba75bbc26 [file] [log] [blame]
Eric Fiselier503fab42015-03-17 18:28:14 +00001// -*- C++ -*-
2//===----------------------------- tuple ----------------------------------===//
3//
4// The LLVM Compiler Infrastructure
5//
6// This file is dual licensed under the MIT and the University of Illinois Open
7// Source Licenses. See LICENSE.TXT for details.
8//
9//===----------------------------------------------------------------------===//
10
Marshall Clowcacc9882018-02-06 23:13:48 +000011#error "<experimental/tuple> has been removed. Use <tuple> instead."