issues
search
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
858
stars
67
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support construction/assignment from reference_wrapper
#68
Quuxplusone
opened
2 months ago
0
Cannot deal with reference_wrapper
#67
Quuxplusone
opened
2 months ago
0
optional<T&> should sometimes be convertible-to optional<U&>
#66
Quuxplusone
opened
2 months ago
0
Add `begin`/`end`
#65
sigasigasiga
opened
2 months ago
0
Update Catch2 dependency to latest release
#64
roehling
opened
5 months ago
0
Please compare to C++17's declaration-in-if in the readme
#63
stevecotton
opened
5 months ago
0
Feature suggestion: Free monadic-optional functions usable with pipe syntax.
#62
BenFrantzDale
opened
8 months ago
0
feat: support -fno-exceptions
#61
0x804d8000
opened
1 year ago
3
The converting optional<U> constructor only works with optional<const T&>
#60
steve-downey
opened
1 year ago
0
Add a trivial `apply` function
#59
smitsyn
opened
1 year ago
0
`tl::optional` comparison operators do not work with template checks
#58
SeverinTobler
opened
1 year ago
2
`tl::optional<T&>` should be constructible from a `tl::optional<T>`.
#57
BenFrantzDale
opened
2 years ago
0
tl::optional cannot be used with exceptions disabled
#56
FrancisRussell
opened
2 years ago
0
memory leaks and 'use after move' bugs inside assignment operators implementation
#55
yahoo-on-github
closed
1 year ago
1
add a value_or_eval similar to boost::optional
#54
malcolmdavey
opened
3 years ago
3
Remove `noexcept` specifier for `construct()`
#53
Tindarid
closed
1 year ago
0
constructable from std::optional
#52
shiz01
opened
3 years ago
1
Make constexpr swap
#51
shiz01
opened
3 years ago
0
Update CMakeLists.txt to only look for package builders when option i…
#50
setine
closed
3 years ago
0
add value_or_cast<U>
#49
mgood7123
opened
3 years ago
0
suppress warnings C4582 and C4583 of MSVC compiler
#48
haphi
opened
3 years ago
0
Suppress MSVC warnings 4582 and 4583
#47
haphi
opened
3 years ago
0
Plan for new release?
#46
traversaro
closed
1 year ago
4
Added explicit default initialization in copy constructor
#45
sergio-eld
closed
3 years ago
4
Interaction with containers
#44
loskutov
opened
4 years ago
1
Add library.json for platformio
#43
0xFEEDC0DE64
opened
4 years ago
0
Fixed some &&-qualified methods for optional<MoveOnly> case
#42
Yuri12358
closed
1 year ago
0
value_or(...) && problem with move-only types
#41
Yuri12358
closed
1 year ago
0
or_else of an Optional with a reference
#40
juxeii
opened
4 years ago
1
Return type not correctly deduced
#39
juxeii
closed
4 years ago
6
std::hash<tl::optional<T>> sfinae
#38
NathanSWard
opened
5 years ago
0
hash<> SFINAE protection
#37
NathanSWard
opened
5 years ago
2
Revamp CMake files to be more understandable and correct
#36
bruxisma
closed
5 years ago
0
Fix mistakes in README.md
#35
IDragnev
closed
5 years ago
0
Fix implementation of optional<T&>::emplace()
#34
denizevrenci
closed
5 years ago
2
tl::optional<T&>::emplace() is implemented incorrectly
#33
denizevrenci
closed
5 years ago
0
Current master is broken (cmake error)
#32
ubruhin
closed
5 years ago
1
Fix various compile warnings
#31
ubruhin
opened
5 years ago
1
Removing direct value access
#30
juxeii
opened
5 years ago
2
CTAD on MSVC fails
#29
EmilyMansfield
opened
5 years ago
2
Added tests for bug when swapping value/null-value and null-value value
#28
glynos
closed
5 years ago
2
Do CMake properly
#27
TartanLlama
closed
5 years ago
0
Align with proposal
#26
NN---
closed
5 years ago
1
Remove old docs
#25
TartanLlama
closed
5 years ago
0
Swappable
#24
TartanLlama
closed
5 years ago
0
Suggestion: `take()` should always move
#23
Magnutic
closed
5 years ago
1
[ constructors ] prevent empty optional access
#22
ThePhD
closed
5 years ago
0
CMake generation fails for Release build with tests on and documentation off
#21
eyalroz
closed
5 years ago
2
Disable documentation building by default to reduce dependencies
#20
eyalroz
closed
5 years ago
0
nvcc and CUDA support
#19
eyalroz
opened
5 years ago
3
Next