martinmoene / expected-dark

Expected objects for C++11 and later (and later perhaps C++98 )
MIT License
52 stars 4 forks source link

Fix link errors by inlining non-template functions #1

Closed icedtoast closed 8 years ago

icedtoast commented 8 years ago

Stop link errors with the make_expected and make_unexcepted_from_current_exception functions by declaring them as inline.

martinmoene commented 8 years ago

Thanks Isaac!