14 Sep
2015
14 Sep
'15
2:39 p.m.
On 9/14/2015 10:02 AM, Antoine Leblanc wrote:
On 11 September 2015 at 23:49, Edward Diener
wrote: but since we are in Boost PP land you could create your own macro for testing purposes which compares each array element's numeric value to see if the arrays are equal or not, returning 1 if they are not and 0 if they are.
In the end, that's what I've done. Except that instead of restricting those to test purposes, I added them to the library, which now also features BOOST_PP_ARRAY_EQUAL and BOOST_PP_TUPLE_EQUAL.
Yes, I saw that.