issues
search
boostorg
/
variant
Boost.org variant module
https://boost.org/libs/variant
45
stars
67
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for modular build structure.
#111
grafikrobot
closed
2 months ago
2
#98 breaks assignment in Boost.Fusion
#110
Jannik2099
opened
8 months ago
3
Remove obsolete code
#109
apolukhin
closed
10 months ago
1
Remove deprecated `boost/swap.hpp` include
#108
Lastique
closed
1 year ago
1
Drop C++03 support
#107
apolukhin
closed
1 year ago
1
forced_return: Fix compiler error with old gcc
#106
orgads
closed
1 year ago
5
refactor: use core/addressof over utility/addressof
#105
fanquake
closed
1 year ago
2
Detect compatible types via overload resolution
#104
eido79
opened
2 years ago
0
Variant fails with private default constructor
#103
dmenendez-gruposantander
opened
2 years ago
0
Surprising behavior of variant with is_constructible, is_assignable and is_convertible traits
#102
eido79
opened
2 years ago
1
boost/variant/detail/multivisitors_cpp14_based.hpp # includes itself
#101
urnathan
closed
2 years ago
1
Regression after 1.62: `variant<recursive_wrapper<X>, ...>` is not constructible from `X` when `X` is a variant
#100
Kojoley
opened
2 years ago
3
Compiler warning when building release
#99
orgads
closed
2 years ago
1
clang/c++23: disable converting move assignment
#98
ecatmur
closed
2 years ago
3
recursive boost::variant<..., std::pair<...>> breaks under Clang in C++23 mode
#97
ecatmur
closed
2 years ago
4
refactor: use core/checked_delete over checked_delete
#96
fanquake
closed
2 years ago
1
Generic comparison operators
#95
apolukhin
opened
3 years ago
0
boost::variant(const char*->bool)
#94
apolukhin
opened
3 years ago
0
Fixes for overload resolution of types derived from variants
#93
apolukhin
closed
3 years ago
1
variant not supporting __int128 data type
#92
anilmuthigi
closed
3 years ago
1
GitHub Actions config
#91
sdarwin
closed
3 years ago
1
update drone
#90
sdarwin
closed
3 years ago
2
Drone config
#89
sdarwin
closed
3 years ago
1
[skip ci] Add "cxxstd" json field
#88
eldiener
closed
3 years ago
1
update lcov in .travis.yml
#87
sdarwin
closed
3 years ago
2
boost::apply_visitor implementation interferes with boost/thread/lock_guard.hpp
#86
Nekrolm
closed
3 years ago
0
Extra Move When Switching Variant Types
#85
smalls12
closed
3 years ago
2
Problems with Boost Variant
#84
pschaeffer
closed
4 years ago
3
Added missing <tuple> include
#83
camolezi
closed
4 years ago
2
Bad usage of `boost::move` causes `boost::apply_visitor` to fail in certain cases
#82
akrzemi1
closed
4 years ago
1
Add missing include
#81
vgvassilev
closed
4 years ago
2
Update header locations to avoid warnings about using deprecated headers
#80
Lastique
closed
4 years ago
2
Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74
#79
eldiener
closed
4 years ago
2
GCC suggest-override warnings
#78
EugeneZelenko
closed
4 years ago
3
Fix GCC zero-as-null-pointer-constat warnings
#77
BartSiwek
closed
4 years ago
2
Multiple locations in the code cause gcc -Wzero-as-null-pointer-constant warning
#76
BartSiwek
closed
4 years ago
1
boost::variant does not take boost::overloaded_function
#75
AlexGuteniev
closed
3 years ago
2
Remove unused includes
#74
Kojoley
closed
4 years ago
2
rvalue variant with lvalue references does not compile
#73
slymz
opened
5 years ago
1
Ten tests from boost libraries failed to run after boost submodule variant updated from 7ecf72 to 0e122c
#72
spacelg
closed
5 years ago
4
Revert "Merge pull request #59 from Kojoley/recursive_wrapper-move-co…
#71
apolukhin
closed
5 years ago
1
Additional visitor tests
#70
Kojoley
opened
5 years ago
1
`boost::apply_visitor()` no longer allows visitors to accept lvalues (regression)
#69
ras0219-msft
closed
5 years ago
4
Copy variant cvref when determining result type
#68
ecatmur
closed
5 years ago
4
fix for unused argument warning
#67
HDembinski
closed
5 years ago
4
Partly mitigate bad Clang inlining decision
#66
Kojoley
closed
5 years ago
6
Add std::hash specialization for variant (refs #49)
#65
apolukhin
closed
5 years ago
0
Suppress warnings in tests
#64
Kojoley
closed
5 years ago
1
Do not call abort in forced_return
#63
Kojoley
closed
5 years ago
3
static_visitor: Make destructor public
#62
gjasny
closed
5 years ago
5
Next