j
k
j a
j l
Gennaro Prota wrote:
#define BOOST_ASSERT(expr) \ ( \ (void)sizeof boost::detail::assert_ \ ::valid_assert_expression(expr) \ , assert(expr) \ ) /**/
But why?
Back to the thread
Back to the list