Files
simdjson-simdjson/include/simdjson
Francisco Geiman Thiesen 9fbc577be7 Fix member initialization order warning in auto_parser
The compiler was warning about member initialization order mismatch.
C++ initializes members in the order they are declared in the class,
not the order they appear in the initializer list.

Fixed by reordering member declarations to match the initialization
order needed: m_doc must be initialized before m_parser since we
need to call parser.iterate() before moving the parser.

This fixes the -Werror=reorder compilation error in CI.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 18:48:07 +00:00
..
2025-07-14 15:43:52 -04:00
2025-07-04 15:46:37 -04:00
2025-07-14 15:43:52 -04:00
2025-07-14 15:43:52 -04:00
2025-07-14 15:43:52 -04:00
2025-07-14 15:43:52 -04:00
2025-07-14 15:43:52 -04:00
2025-07-14 15:43:52 -04:00
2025-07-14 15:43:52 -04:00
2023-07-16 19:18:58 -07:00
2025-07-04 15:46:37 -04:00
2025-03-23 16:32:48 -04:00
2024-02-04 21:58:48 -05:00
2025-07-14 15:43:52 -04:00
2023-07-16 19:18:58 -07:00
2023-07-16 19:18:58 -07:00
2023-07-16 19:18:58 -07:00
2023-07-14 20:05:05 -07:00
2025-07-14 15:43:52 -04:00
2025-07-04 15:46:37 -04:00
2023-07-16 19:18:58 -07:00
2025-06-04 00:46:03 -04:00
2024-02-23 16:50:55 -05:00
2023-07-16 19:18:58 -07:00