blob: c520d34a23802b0c071c589762bc8b372bfac1b9 [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14, c++26
// UNSUPPORTED: no-wide-characters
// <codecvt>
// ensure that wstring_convert is marked as deprecated
#include <codecvt>
#include <locale>
std::wstring_convert<std::codecvt_utf8<wchar_t>> c1; // expected-warning-re {{'wstring_convert<std::codecvt_utf8<wchar_t{{.*}}>>' is deprecated}}
// expected-warning-re@-1 {{'codecvt_utf8<wchar_t{{.*}}>' is deprecated}}