21 Jul
2008
21 Jul
'08
7:34 a.m.
Joel de Guzman wrote:
Ok, done. I added this to the adapted docs:
[heading Header]
#include
#include Fusion sequences may also be adapted as fully conforming __mpl__ sequences (see __intrinsics__). That way, we can have 2-way adaptation to and from __mpl__ and Fusion. To make Fusion sequences fully conforming __mpl__ sequences, include:
#include
If you want bi-directional adaptation to and from __mpl__ and Fusion, simply include:
#include
The header includes all the necessary headers. Great! Thanks, that definitely would have helped me out.
--John