]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix use of internal feature test macro in test
authorJonathan Wakely <jwakely@redhat.com>
Wed, 15 Jan 2025 23:37:14 +0000 (23:37 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 15 Jan 2025 23:37:14 +0000 (23:37 +0000)
commit79d5504002e1cde242e8284ca134b2573d43bd89
treeea5375fc8ff812243cca170041e4e6b18157e9de
parentf079feecab1dda0ea8c7fe632c41dbb3ee1892b8
libstdc++: Fix use of internal feature test macro in test

This test should use __cpp_lib_ios_noreplace rather than the internal
__glibcxx_ios_noreplace macro.

libstdc++-v3/ChangeLog:

* testsuite/27_io/ios_base/types/openmode/case_label.cc: Use
standard feature test macro not internal one.
libstdc++-v3/testsuite/27_io/ios_base/types/openmode/case_label.cc