We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760f3da commit 7e0718aCopy full SHA for 7e0718a
libcxx/include/locale
@@ -215,6 +215,10 @@ template <class charT> class messages_byname;
215
# include <streambuf>
216
# include <version>
217
218
+// TODO: This is needed to properly get access to strtold_l on some platforms.
219
+// Remove once the locale base API is wrapped properly.
220
+# include <stdlib.h>
221
+
222
// TODO: Fix __bsd_locale_defaults.h
223
// NOLINTBEGIN(libcpp-robust-against-adl)
224
0 commit comments