[libc++][NFC] Add #endif comment for long #if-#endif block

This commit is contained in:
Louis Dionne 2021-09-09 14:43:02 -04:00
parent e20f69f612
commit ad2b7a14f0
1 changed files with 1 additions and 1 deletions

View File

@ -924,7 +924,7 @@ formatted_size(locale __loc, wstring_view __fmt, const _Args&... __args) {
.size();
}
#endif
#endif // _LIBCPP_HAS_NO_LOCALIZATION
#endif // !defined(_LIBCPP_HAS_NO_CONCEPTS)
#endif //_LIBCPP_STD_VER > 17