mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
11 lines
438 B
C++
11 lines
438 B
C++
// -*- 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."
|