mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 06:49:09 +02:00
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:
committed by
Jonathan Wakely
parent
b02f9495dc
commit
47339c8f8a
@@ -929,6 +929,6 @@ _GLIBCXX_END_NAMESPACE_VERSION
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // __cplusplus <= 201402L
|
||||
#endif // C++17
|
||||
|
||||
#endif // _GLIBCXX_STRING_VIEW
|
||||
|
||||
Reference in New Issue
Block a user