* tests/test-locale-c++.cc (localeconv): Declare, missing since
2012-03-25.
+2017-05-05 Bruno Haible <bruno@clisp.org>
+
+ locale-c++-tests: Update.
+ * tests/test-locale-c++.cc (localeconv): Declare, missing since
+ 2012-03-25.
+
2017-05-05 Bruno Haible <bruno@clisp.org>
inttypes-c++-tests: New module.
#include "signature.h"
+#if GNULIB_TEST_LOCALECONV
+SIGNATURE_CHECK (GNULIB_NAMESPACE::localeconv, struct lconv *, (void));
+#endif
+
#if GNULIB_TEST_SETLOCALE
SIGNATURE_CHECK (GNULIB_NAMESPACE::setlocale, char *, (int, const char *));
#endif