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

feat: support -fno-exceptions #61

Open 0x804d8000 opened 1 year ago

0x804d8000 commented 1 year ago

close #56

0x804d8000 commented 1 year ago

@TartanLlama Would you mind taking a look at this PR?

Archie-Elvie commented 6 months ago

I would like to bump this, would be nice for this to be merged!

burnpanck commented 3 months ago

Same here! I would like to use tl::optional in an embedded environment with exceptions disabled.