mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
c++: beware of to_string portability issues
Reported by Bruno Haible. http://lists.gnu.org/archive/html/bug-bison/2019-05/msg00033.html * m4/bison-cxx-std.m4 (_BISON_CXXSTD_11_snippet): Check it.
This commit is contained in:
@@ -63,6 +63,9 @@ m4_define([_BISON_CXXSTD_11_snippet],
|
|||||||
for (int r: std::set<int>{1, 2})
|
for (int r: std::set<int>{1, 2})
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// GCC 4.8.2 on Solaris 11.3 does not support to_string.
|
||||||
|
auto e = std::to_string(42);
|
||||||
])
|
])
|
||||||
|
|
||||||
m4_define([_BISON_CXXSTD_14_snippet],
|
m4_define([_BISON_CXXSTD_14_snippet],
|
||||||
|
|||||||
Reference in New Issue
Block a user