From: John Maddock (john_at_[hidden])
Date: 2004-01-12 07:44:19


OK, I'm adding it now, with a few modifications:

I couldn't get it compile with VC7.1 unless I reverted to the ice_and
type_traits workarounds rather than mpl style code (I got an internal
compiler error otherwise).

I've added a lot of extra tests.

I've modified the test program copyright to:

// (C) Copyright Pavel Vozenilek 2004.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Is that OK?

There are no workarounds for broken compilers (I don't know what they should
be yet).

John.