mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-08-21 08:44:32 +00:00
Problem reported by James K. Lowden in: https://lists.gnu.org/r/bison-patches/2026-07/msg00000.html * data/skeletons/yacc.c: In C++, check that YYLTYPE is trivially copyable if this is not already known. But skip the check in older compilers.