ned14 / outcome

Provides very lightweight outcome<T> and result<T> (non-Boost edition)
https://ned14.github.io/outcome
Other
676 stars 62 forks source link

This project needs compilable examples. #196

Closed aPSopt closed 5 years ago

aPSopt commented 5 years ago

I am reading about this lib and try to use in my real project. And receive a lot of compilation error. I dont have a lot time to review all you sources to understand if I made mistake or your library is too raw. You should provide simple compilable example where catch all you mind together.

ned14 commented 5 years ago

Literally the first page of the tutorial has compiling examples on wandbox and godbolt: https://ned14.github.io/outcome/tutorial/essential/before/