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:
Jonathan Wakely
2026-03-14 00:27:16 +00:00
committed by Jonathan Wakely
parent e3adcc8098
commit 063979dc0b

View File

@@ -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
{