From: dan marsden (danmarsden_at_[hidden])
Date: 2006-05-06 02:51:13


Larry Evans wrote:
>On 05/05/2006 08:49 AM, David Abrahams wrote:
>> Joel de Guzman <joel_at_[hidden]> writes:
>[snip]
>>>Can you point me to an example in the library, please?
>>
>> This isn't from the library code. I copied it directly from the docs
>> at libs/fusion/doc/html/fusion/extension.html
>>
>There's also a typo in that .html file. The following:
>
> #include <boost/fusion/core/tag_of_fwd.hpp>
>
>should be:
>
> #include <boost/fusion/support/tag_of_fwd.hpp>

Another example of the need for literate programming. I'll add the necessary
correction.

Thanks again.
Dan