Running cppcheck-2.4.1 leaves 2 unknown boost macro macro in my codebase.
#include <boost/logic/tribool.hpp> // cppcheck-suppress unknownMacro BOOST_TRIBOOL_THIRD_STATE(tribool_maybe)
BOOST_RV_REF(boost::movelib::unique_ptr<Template>)
Could we create issue?
I wonder could you try to configure the boost.cfg with these:
<define name="BOOST_TRIBOOL_THIRD_STATE(Name)" value=""/> <define name="BOOST_RV_REF(TYPE)" value="::boost::rv < TYPE >"/>
Log in to post a comment.
Running cppcheck-2.4.1 leaves 2 unknown boost macro macro in my codebase.
Last edit: memif40300 2021-04-02
Could we create issue?
I wonder could you try to configure the boost.cfg with these: