mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +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.