issues
search
TartanLlama
/
expected
C++11/14/17 std::expected with functional-style extensions
https://tl.tartanllama.xyz
Creative Commons Zero v1.0 Universal
1.54k
stars
133
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add conversions between expected and optional
#161
malcolmdavey
opened
3 months ago
0
Ussage of the opposite of and_then()
#160
badumbatish
closed
4 months ago
0
Wrong version is shown as the newest on Conan Center
#159
valiko-ua
opened
8 months ago
0
Fix constructor overload resolution for derived classes
#158
SomeshDaga
opened
10 months ago
0
Allow copy/move construction for classes derived from expected
#157
SomeshDaga
opened
10 months ago
1
Fix bug in unequal operator with void as expected value
#156
bojanstrbac
opened
10 months ago
0
ci: Update to `actions/checkout@v4` from `v3`.
#155
waywardmonkeys
opened
11 months ago
0
Fix typo.
#154
waywardmonkeys
opened
11 months ago
0
Version in CMakeLists.txt does not correspond to library version
#153
Gueckmooh
opened
11 months ago
0
void -> tl::expected<void, error_type_enum> is not possible when void is return of a function, not {}
#152
Arniiiii
opened
1 year ago
0
"Pipe" operator for chaining operations
#151
firedaemon-cto
closed
1 year ago
1
Fix bug if TL_EXPECTED_EXCEPTIONS_ENABLED were disabled
#150
NathanWongKodiak
opened
1 year ago
0
``unexpected<E>`` should provide the member function ``error()``
#149
William8915
opened
1 year ago
0
C++23 says expected<void,E>::operator*() to be valid
#148
t-roche
opened
1 year ago
0
Prefer packaged Catch2
#147
mymedia2
opened
1 year ago
0
propagation of unexpected
#146
reder2000
opened
1 year ago
0
tl::expected forces copy construction on non-copyable types
#145
E1pp
opened
1 year ago
0
Version mismatch between CMakeLists.txt and expected.hpp header
#144
9prady9
closed
1 year ago
2
Add link to `build2` package
#143
Klaim
opened
1 year ago
0
Fixed version number in exported CMake configs
#142
xvitaly
closed
1 year ago
0
Added packaged Catch2 support and switched to v3
#141
xvitaly
closed
1 year ago
9
A new release?
#140
MacDada
closed
1 year ago
2
Add CMake artifacts to .gitignore
#139
vpodzime
closed
1 year ago
0
remove submodule directory
#138
j-mew-s
closed
1 year ago
1
Updated monadic interface for PR2505r1
#137
georg-emg
opened
1 year ago
0
added workaround for wrong value of __cplusplus in MSVC compiler
#136
georg-emg
opened
1 year ago
0
added expected::rebind
#135
georg-emg
opened
1 year ago
0
added in_place_t as first parameter to constructors of tl::unexpected
#134
georg-emg
opened
1 year ago
0
Sync names with C++23
#133
peci1
closed
1 year ago
0
Implicit error conversions from E1 to E2 are not prevented on calls to .and_then()
#132
Waffl3x
opened
1 year ago
0
Fixed issue #129
#131
andy-byers
closed
1 year ago
0
Fixed issue #129.
#130
andy-byers
closed
1 year ago
1
Issues compiling with exceptions disabled
#129
andy-byers
closed
1 year ago
1
Some warnings when compiling with g++ 12
#128
correaa
opened
1 year ago
0
"Fix issue#126"
#127
pnpuranik
opened
1 year ago
0
Fix the warning for deprecated copy ctor in case the dtor is user defined
#126
pnpuranik
opened
1 year ago
0
Allow construction directly from an unexpected type
#125
cjvaughter
opened
1 year ago
0
`tl::make_unexpected()` should be `[[nodiscard]]`
#124
azais-corentin
opened
1 year ago
0
Test on many compilers
#123
TartanLlama
closed
1 year ago
0
Unnecessary move in `emplace`
#122
TartanLlama
closed
1 year ago
0
operator== fails to compile if T is void
#121
Crzyrndm
closed
1 year ago
1
Update Catch2 to version 3
#120
jstranik
closed
1 year ago
1
Rename test folder to test (for evoke), fix warnings in pedantic
#119
dascandy
opened
2 years ago
0
Add `error_or` to round off functional interface
#118
operator-name
opened
2 years ago
0
Remove undefined behaviour
#117
daira
closed
1 year ago
5
Update Catch2 version to fix compilation error with glibc greater than 2.33
#116
SeedyROM
closed
1 year ago
3
include could not find requested file: tl-expected-targets.cmake
#115
Petross404
opened
2 years ago
0
Failure to compile on glibc 2.34 and later
#114
GabrielRavier
closed
1 year ago
4
Is expected::error() ment to throw if it contains a value.
#113
ashley-b
opened
2 years ago
3
#ifdef guards for enabling/disabling extensions
#112
LouisHLAV
opened
2 years ago
1
Next