Skip to content

Commit 9f4b909

Browse files
woesskassifar
authored andcommitted
Remove workaround for missing <charconv> (GR-48310).
(cherry picked from commit 40aa954)
1 parent f0372d6 commit 9f4b909

File tree

3 files changed

+0
-157
lines changed

3 files changed

+0
-157
lines changed

graal-nodejs/deps/ada/ada.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

graal-nodejs/deps/ada/ada.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

graal-nodejs/deps/ada/charconv_shim.h

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)