Defines the is_forward_iterable collection type trait.
namespace boost { namespace unit_test { template<typename T> struct is_forward_iterable; } }