| 1 | == News == |
| 2 | |
| 3 | * '''(06/03/2007)''' |
| 4 | I have reimplemented all of the prototype components (except for selector, which needs to be redisigned) using Boost.Fusion. |
| 5 | Unfused versions of the components are made possible by two classes which I have adapted from fusion's unfused_typed class |
| 6 | to unfuse through inheritance. |
| 7 | Both of these classes unfuse operator(), and one of them unfuses the constructor with the same parameter types as for |
| 8 | operator(), and the other replicates an (already unfused) constructor. |
| 9 | |
| 10 | |