blob: f13bff54d531a0ac00d48f5ed820f3d80e2d3ad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// -*- C++ -*-
//===------------------------ string_view ---------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#error "<experimental/string_view> has been removed. Use <string_view> instead."
|