aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__format
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2023-03-01 20:13:55 +0100
committerNikolas Klauser <nikolasklauser@berlin.de>2023-03-12 22:19:41 +0100
commit43562287a816c74be390478d32adc0cb4c4abca4 (patch)
treefba30517ca1fb26de34ce41834406ff558ca2570 /libcxx/include/__format
parent55f8a287e9e8a137a400349b91426d02d6570b37 (diff)
downloadllvm-43562287a816c74be390478d32adc0cb4c4abca4.zip
llvm-43562287a816c74be390478d32adc0cb4c4abca4.tar.gz
llvm-43562287a816c74be390478d32adc0cb4c4abca4.tar.bz2
[libc++] Granularize <exception>
This patch also updates the moved code to the new style (i.e. formatted, replaced marcos and typedefs) Reviewed By: ldionne, #libc Spies: arichardson, libcxx-commits Differential Revision: https://reviews.llvm.org/D145095
Diffstat (limited to 'libcxx/include/__format')
-rw-r--r--libcxx/include/__format/formatter_integral.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/__format/formatter_integral.h b/libcxx/include/__format/formatter_integral.h
index 8a18049..8cc21e4 100644
--- a/libcxx/include/__format/formatter_integral.h
+++ b/libcxx/include/__format/formatter_integral.h
@@ -22,6 +22,7 @@
#include <charconv>
#include <limits>
#include <string>
+#include <string_view>
#ifndef _LIBCPP_HAS_NO_LOCALIZATION
# include <locale>