* tests/test-map-c++.cc (streq): Remove function.
* modules/map-c++-tests (Depends-on): Add stringeq.
+2025-09-19 Bruno Haible <bruno@clisp.org>
+
+ map-c++-tests: Fix compilation error (regression 2025-09-17).
+ * tests/test-map-c++.cc (streq): Remove function.
+ * modules/map-c++-tests (Depends-on): Add stringeq.
+
2025-09-18 Bruno Haible <bruno@clisp.org>
stack-trace: Add support for Oracle DeveloperStudio cc.
Depends-on:
ansi-c++-opt
array-map
+stringeq
configure.ac:
static const int integers[6] = { 0, 1, 2, 3, 4, 5 };
-static bool
-streq (const char *str1, const char *str2)
-{
- return strcmp (str1, str2) == 0;
-}
-
int
main (int argc, char *argv[])
{