$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2005-02-28 12:19:43
How do I integrate tests that are not supposed to compile. For example,
assume that a specification says that invoking the copy constructor
should not compile. How do I wrote such a test, and integrate it into
the build/test system such that a failed compilation is treated as a
successful test?
Thanks!