martinmoene / expected-dark

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

Fix missing const keyword #11

Closed 1082008 closed 7 years ago

1082008 commented 7 years ago

There was a missing const in storage_t::operator->() const's return type. This PR fixes that issue and adds some tests for operator->(). Please merge.