id summary reporter owner description type status milestone component version severity resolution keywords cc 13073 boost tokenizer_functions explicit char_separator() ctor does not initialize m_output_done jim.king@… jsiek "This was identified in a Coverity scan. I checked the development tip in GitHub (https://github.com/boostorg/tokenizer/blob/develop/include/boost/token_functions.hpp) and I did not see a fix for this issue. explicit char_separator() : m_use_ispunct(true), m_use_isspace(true), CID 25905 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)2. uninit_member: Non-static class member m_output_done is not initialized in this constructor nor in any functions that it calls. m_empty_tokens(drop_empty_tokens) { } " Bugs new To Be Determined tokenizer Boost 1.54.0 Problem