Skip to content

Commit

Permalink
tweak suggested by @thinlang
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed May 15, 2024
1 parent 6f64289 commit bdb46af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/to_string/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ std::string asl_to_string(const test_t& test) {
}

std::string std_to_chars(const test_t& test) {
#if defined(_LIBCPP_AVAILABILITY_HAS_NO_TO_CHARS_FLOATING_POINT)
#if ADOBE_HAS_TO_CHARS_FP()
return "unavailable";
#else
std::array<char, 64> str;
Expand Down

0 comments on commit bdb46af

Please sign in to comment.