Subject: Re: [boost] [utility] [assert] Proposal for a new assert macro which stores the failed values ("informative assert")
From: Viktor Sehr (viktor.sehr_at_[hidden])
Date: 2013-06-07 18:19:49


Steven Watanabe
> No. msg is expected to be a string literal.

Containing variables serialized to strings, otherwise you could just write
BOOST_ASSERT(8 == 7 && "some information");