TartanLlama / optional

C++11/14/17 std::optional with functional-style extensions and reference support
https://tl.tartanllama.xyz
Creative Commons Zero v1.0 Universal
859 stars 67 forks source link

Fix missing return statement #7

Closed seanfisk closed 6 years ago

seanfisk commented 6 years ago

My compiler was warning me about this. I assume the return statement was just accidentally omitted.

TartanLlama commented 6 years ago

Whoops, there was already a PR to fix this, thanks though!