$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-08-20 09:24:28
Hi,
Assume that I have a custom type sequence S that has two operations,
size<S>::value and element<S,I>::type (with whatever spelling).
What needs to be done to adapt S into a conforming MPL or Fusion sequence?
In a perfect world, the answer would not require the inclusion any MPL or
Fusion headers and would consist of three specializations. ;-)