mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 07:12:07 +02:00
The constructor for basic_regex_formatter left m_position, m_end, and m_flags uninitialized, as uncovered by Coverity CID12310. We now value-initialize them in the initializer list.