$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Roman Perepelitsa (romka_at_[hidden])
Date: 2006-08-03 08:01:20
Paul Mensonides <pmenso57 <at> comcast.net> writes:
> ...
> BINARY_SEQ_TO_SEQ( (a, b)(c, d)(e, f) )
> // ((a, b))((c, d))((e, f))
> ...
> TERNARY_SEQ_TO_SEQ( (a, b, c)(d, e, f)(g, h, i) )
> // ((a, b, c))((d, e, f))((g, h, i))
>
> Regards,
> Paul Mensonides
>
Awesome! Thank you very much!
Roman Perepelitsa.