Opened 13 years ago
Closed 4 years ago
#4029 closed Bugs (fixed)
Please document that the MPL -> Fusion adapter also works the other way
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | Boost 1.68.0 | Component: | fusion |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Forwarded from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574670:
In the section "mpl sequence", the Fusion documentation states that:
Including the module header makes all MPL sequences fully conforming fusion sequences.
In fact, it works the other way around as well, turning Fusion sequences into MPL sequences. Even something as simple as adding "... and all fusion sequences fully conforming MPL sequences" would have saved me some effort trying to find out how to do this.
Daniel Burrows
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 4 years ago
Milestone: | Boost 1.43.0 → Boost 1.68.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
It is already described in here, https://www.boost.org/doc/libs/1_67_0/libs/fusion/doc/html/fusion/adapted.html . However, it is not friendly for newbie (they may look mpl sequence section directly). So I moved the paragraph to mpl sequence section.
https://github.com/boostorg/fusion/commit/561890429ba2881fb87fe152c07df8b6a13c6e32
Fusion sequences are always conforming mpl sequences. Anyway, if you can give me a github pull-request, i'd patch it in. (https://github.com/boostorg/fusion)