mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libstdc++: Fix Doxygen @since comment in <text_encoding>
This is a C++26 feature, not C++23. libstdc++-v3/ChangeLog: * include/std/text_encoding: Fix @since in Doxygen comment.
This commit is contained in:
committed by
Jonathan Wakely
parent
e3adcc8098
commit
063979dc0b
@@ -38,7 +38,7 @@
|
||||
#define __glibcxx_want_text_encoding
|
||||
#include <bits/version.h>
|
||||
|
||||
#ifdef __cpp_lib_text_encoding
|
||||
#ifdef __cpp_lib_text_encoding // >= C++26
|
||||
#include <compare>
|
||||
#include <string_view>
|
||||
#include <bits/functional_hash.h> // hash
|
||||
@@ -53,7 +53,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
/**
|
||||
* @brief An interface for accessing the IANA Character Sets registry.
|
||||
* @ingroup locales
|
||||
* @since C++23
|
||||
* @since C++26
|
||||
*/
|
||||
struct text_encoding
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user