We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fmt
1 parent 2406fe9 commit c0f975eCopy full SHA for c0f975e
include/bux/EZArgs.h
@@ -9,6 +9,7 @@
9
#include <list> // std::list<>
10
#include <optional> // std::optional<>
11
#include <ranges> // std::ranges::forward_range<>, std::ranges::views::empty<>
12
+#include <string> // std::to_string()
13
#include <string_view> // std::string_view
14
#include <variant> // std::variant<>, std::monostate
15
#include <vector> // std::vector<>
0 commit comments