projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e20f69f
)
[libc++][NFC] Add #endif comment for long #if-#endif block
author
Louis Dionne
<ldionne.2@gmail.com>
Thu, 9 Sep 2021 18:43:02 +0000
(14:43 -0400)
committer
Louis Dionne
<ldionne.2@gmail.com>
Thu, 9 Sep 2021 18:43:10 +0000
(14:43 -0400)
libcxx/include/format
patch
|
blob
|
history
diff --git
a/libcxx/include/format
b/libcxx/include/format
index
90547e2
..
25350f7
100644
(file)
--- a/
libcxx/include/format
+++ b/
libcxx/include/format
@@
-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