$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Alisdair Meredith (yg-boost-users_at_[hidden])
Date: 2002-09-29 18:19:49
I have a case where my test case passed to BOOST_PARAM_TEST_CASE is
throwing an exception I was not expecting.
This seems to still result in the correct number of calls to the test
case, but the first parameter in the list is passed every time. Is this
a feature of my compiler, or an issue with the library?
Using Borland C++ Builder 5 (should be same as free command-line
compiler)
-- AlisdairM