AMDG On 04/19/2013 07:36 AM, Pierre T. wrote:
I gave a try at the implementation of the expected_or_error class. I used the boost layout to package the implementation, you can download it here : http://www.hyc.io/boost/expected.zip Finally, feel free to explore the documentation I wrote http://www.hyc.io/boost/index.html
Note: In the example folder, the "b2" command never terminates (but correctly generates binaries), I can't figure out why.
Is any subprocess still running? b2 doesn't print any output for a command until it finishes (to avoid interleaving for parallel builds), so the last output is an action that has completed successfully, /not/ the action that is currently running. What platform is this on?
Please, do not hesitate to give me advices and critics to improve this library and my future proposal.
In Christ, Steven Watanabe