boost-ext / di

C++14 Dependency Injection Library
https://boost-ext.github.io/di
1.16k stars 140 forks source link

Examples won't compile even in Wandbox #497

Closed patlecat closed 4 years ago

patlecat commented 4 years ago

Expected Behavior

Perfect run!

Actual Behavior

Total failure

Error on Wandbox:

Start
terminating with uncaught exception of type std::runtime_error: update
Aborted
Finish
krzysztof-jusiak commented 4 years ago

Can you elaborate which examples, please?

The following seems to work

patlecat commented 4 years ago

Those on the ReadMe page. I simply clicked the links to Wandbox and voilà.

krzysztof-jusiak commented 4 years ago

I just check all examples from README and they work as expected. There is one example in README which shows throw policy -> https://wandbox.org/permlink/mAzJQD8cTwboIxIx, hence the exception. Closing it, for now, feel free to reopen but please provide a link to examples which aren't working, thanks.