
1 Jun
2012
1 Jun
'12
2:20 p.m.
Akira Takahashi wrote:
Features: <snip> - Extensions for using Lambda (regular function, regular operator) <snip>
I took a look at the implementation of `regular` and found that it is implemented using `shared_pointer`. What are the pros and cons of the `shared_pointer`-based implementation compared to an obvious `optional`-based implementation? Regards, Michel