bug#20031: [PATCH] tests: fix yacc C++ tests with some C++ compilers

2022-02-20 Thread Karl Berry
We can workaround this by including stdlib.h in these tests without invalidating the point of the tests in general. Seems sensible. Thanks.

bug#20031: [PATCH] tests: fix yacc C++ tests with some C++ compilers

2022-02-20 Thread Mike Frysinger
Fixes automake bug https://bugs.gnu.org/20031. The C++ standard does not require symbols be placed into the global namespace, just in the std namespace. The GNU implementation will place symbols in both. For our specific code, we don't care either. Unfortunately, it looks like generated flex co