I couldn't find linear_view anywhere in boost. Is this from an older version
of mpl? I am using boost's current svn trunk source. Anyways, looking deeper
into mpl I managed to do what I wanted with something like the following. If
anyone has a better way, please let me know. As a side note, I am starting
to understand some of the power associated with the mpl library.
#define BOOST_TEST_MODULE std_map
#define BOOST_TEST_DYN_LINK
#include <map>
#include
test_int_float_types;
BOOST_AUTO_TEST_SUITE( std_map_suite )
BOOST_AUTO_TEST_CASE_TEMPLATE( int_template_case, TT, test_int_float_types )
{
std::map