Issues
- 0
Provide natvis
#162 opened by rconde01 - 0
Add conversions between expected and optional
#161 opened by malcolmdavey - 0
Ussage of the opposite of and_then()
#160 opened by badumbatish - 0
- 1
- 0
- 2
Make an nullopt if an error is returned
#76 opened by paulfd - 0
void -> tl::expected<void, error_type_enum> is not possible when void is return of a function, not {}
#152 opened by Arniiiii - 2
Use of placement new in expected_operations_base.
#77 opened by swan-gh - 1
"Pipe" operator for chaining operations
#151 opened by firedaemon-cto - 0
- 0
C++23 says expected<void,E>::operator*() to be valid
#148 opened by t-roche - 2
- 0
propagation of unexpected
#146 opened by reder2000 - 0
- 2
- 2
A new release?
#140 opened by MacDada - 2
- 1
Issues compiling with exceptions disabled
#129 opened by andy-byers - 3
- 0
Sync names with C++23
#133 opened by peci1 - 0
Implicit error conversions from E1 to E2 are not prevented on calls to .and_then()
#132 opened by Waffl3x - 0
Some warnings when compiling with g++ 12
#128 opened by correaa - 0
- 0
- 4
Failure to compile on glibc 2.34 and later
#114 opened by GabrielRavier - 4
Compilation errors with GCC10
#79 opened by sum01 - 2
- 1
- 0
Unnecessary move in `emplace`
#122 opened by TartanLlama - 1
operator== fails to compile if T is void
#121 opened by Crzyrndm - 0
- 1
#ifdef guards for enabling/disabling extensions
#112 opened by LouisHLAV - 1
Support changing the error type via `.or_else`
#102 opened by Quuxplusone - 0
- 3
- 0
expected<void, E>::value()
#108 opened by vasama - 0
MSVC always compiles in C++11 mode
#105 opened by Ahajha - 0
Mark destructors as constexpr
#104 opened by bboysnick5 - 0
User-provided move constructor issue
#97 opened by sparik - 2
- 0
- 3
- 1
Build fails on MSVC
#86 opened by emmenlau - 4
- 0
- 0
- 0
Request for std::launder usage in C++17 and later
#78 opened by swan-gh - 1
Issue with cmake
#73 opened by SasLuca - 0
make_unexpected in a function marked noexcept
#72 opened by zomgrolf