CxxUtils: Suppress cppcheck false positive.
- Feb 24, 2021
-
-
scott snyder authored
Suppress cppcheck false positive about missing dtor for ConcurrentHashmapImpl. m_table gets deleted because it's handed to the Updator object.
-
Suppress cppcheck false positive about missing dtor for ConcurrentHashmapImpl. m_table gets deleted because it's handed to the Updator object.
Suppress cppcheck false positive about missing dtor for ConcurrentHashmapImpl. m_table gets deleted because it's handed to the Updator object.