Skip to content

Conversation

@0x804d8000
Copy link

close #56

@0x804d8000
Copy link
Author

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

@Archie-Elvie
Copy link

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

@burnpanck
Copy link

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


#ifdef __EXCEPTIONS
#define TL_OPTIONAL_THROW(e) throw e
#else
Copy link

@lukasnee-kna lukasnee-kna Aug 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing #include <cstdlib> for std::abort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tl::optional cannot be used with exceptions disabled

4 participants