id summary reporter owner description type status milestone component version severity resolution keywords cc 10725 UNINIT_CTOR anup kumar Joaquín M López Muñoz "In default constructor for the structure ""link_info "" the private members are not initialized hence it shows a code quality error UNINIT_CTOR() as defined below :- struct link_info { '''Uninitialized pointer field (UNINIT_CTOR)2. uninit_member: Non-static class member ""pos"" is not initialized in this constructor nor in any functions that it calls'''. link_info():side(to_left){} ordered_index_side side; '''member_decl: Class member declaration for ""pos"".''' node_impl_pointer pos; };" Bugs closed To Be Determined multi_index Boost 1.54.0 Cosmetic fixed