$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Unittest capability for meta-programs feedback request
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2011-09-28 02:27:04
Ben Robinson <icaretaker <at> gmail.com> writes:
> Can you elaborate on this in greater detail? Currently, if I want to prove
> a static assertion fails, my admittedly cumbersome technique is to uncomment
> the test for that condition, compile to produce the error, then re-comment
> out the test. This becomes very tedious for large numbers of regression
> tests.
The idea is to commit failing to compile code and make test system to treat it
as PASS condition.
Gennadiy