https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124363
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <[email protected]>: https://gcc.gnu.org/g:47339c8f8a477464b6fe44992200bd2b840da8f4 commit r16-7893-g47339c8f8a477464b6fe44992200bd2b840da8f4 Author: Jonathan Wakely <[email protected]> Date: Wed Mar 4 11:58:37 2026 +0000 libstdc++: Change comment on #endif to match #if condition [PR124363] I changed the #if in r8-3123-gc6888c62577671 but didn't make the corresponding change to the #endif. libstdc++-v3/ChangeLog: PR libstdc++/124363 * include/std/string_view: Adjust comment on #endif to match #if condition.
