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.
This commit is contained in:
Jonathan Wakely
2026-03-04 11:58:37 +00:00
committed by Jonathan Wakely
parent b02f9495dc
commit 47339c8f8a

View File

@@ -929,6 +929,6 @@ _GLIBCXX_END_NAMESPACE_VERSION
#endif
#endif
#endif // __cplusplus <= 201402L
#endif // C++17
#endif // _GLIBCXX_STRING_VIEW