On 4/16/22 07:57, Vinnie Falco via Boost wrote:
Isn't it better to just write
(void) x;
instead of including a whole header file:
#include
just to write
boost::ignore_unused( x );
?
From a grep'n code point of view, I prefer ignore_unused.
--
Michael Caisse