File tree Expand file tree Collapse file tree 3 files changed +0
-157
lines changed Expand file tree Collapse file tree 3 files changed +0
-157
lines changed Original file line number Diff line number Diff line change @@ -10422,11 +10422,7 @@ ada_warn_unused std::string to_string(ada::encoding_type type) {
1042210422/* begin file src/helpers.cpp */
1042310423
1042410424#include <algorithm>
10425- #if __has_include(<charconv>) && (!defined(__MAC_OS_X_VERSION_MIN_REQUIRED) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500)
1042610425#include <charconv>
10427- #else
10428- #include "charconv_shim.h"
10429- #endif
1043010426#include <cstring>
1043110427#include <sstream>
1043210428
Original file line number Diff line number Diff line change @@ -5064,11 +5064,7 @@ ada_really_inline constexpr bool verify_dns_length(
50645064
50655065
50665066#include < algorithm>
5067- #if __has_include(<charconv>) && (!defined(__MAC_OS_X_VERSION_MIN_REQUIRED) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500)
50685067#include < charconv>
5069- #else
5070- #include " charconv_shim.h"
5071- #endif
50725068#include < iostream>
50735069#include < optional>
50745070#include < string>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments