$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] more than one template with automated registration
From: tang10_at_[hidden]
Date: 2009-05-08 18:02:03
Is there a macro similar to BOOST_AUTO_TEST_CASE_TEMPLATE for this:
template< typename Value, typename Field >
void testFunction()
{
...
};
Thanks,
Nu Ai.