From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2022-04-16 14:57:05


Isn't it better to just write

    (void) x;

instead of including a whole header file:

    #include <boost/core/ignore_unused>

just to write

    boost::ignore_unused( x );

?

-- 
Regards,
Vinnie
Follow me on GitHub: https://github.com/vinniefalco