issues
search
mapbox
/
variant
C++11/C++14 Variant
BSD 3-Clause "New" or "Revised" License
371
stars
100
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Substituting std::holds_alternative
#185
afalkenhahn
closed
1 month ago
0
mukul
#184
Mukuljais
closed
1 year ago
0
error: size of array ‘altStackMem’ is not an integral constant-expression
#183
sebastic
opened
2 years ago
1
Fixed to work with Visual Studio 2017 Express
#182
SNiLD
opened
4 years ago
0
revive using visitor::result_type when available
#181
artemp
closed
4 years ago
0
move out (via @lightmare)
#180
artemp
closed
4 years ago
3
cant use bool and string in a variant
#179
mahdy-asady
closed
4 years ago
1
pass rvalue reference to visitor when visiting an rvalue variant
#178
lightmare
closed
4 years ago
8
Moveable visit
#177
artemp
closed
4 years ago
1
No way to get a std::type_info?
#176
dantamont
closed
4 years ago
1
Silence warning under -Wundef
#175
jagerman
opened
4 years ago
0
[Usage] using inside cmake project
#174
yiakwy
opened
5 years ago
1
Strip trailing whitespace
#173
jeffvandyke
opened
5 years ago
0
Self assignment
#172
artemp
closed
5 years ago
0
Add explicit initialization of data to mute clang static analyzer warnings
#171
julianrex
closed
5 years ago
1
disable -Wunused-lambda-capture warning (clang-8 -std=c++14)
#170
artemp
opened
5 years ago
0
How can I make the recursive variant serializable?
#169
iomeone
closed
5 years ago
2
Support for empty class serialization
#168
brunoabinader
closed
6 years ago
1
Update mason and upgrade to clang++ 4.0.1
#167
artemp
closed
6 years ago
0
Remove VARIANT_INLINE
#166
jfirebaugh
opened
6 years ago
4
Fix README.md issues
#165
ghost
closed
6 years ago
1
Possible data corruption when assigning variant to itself
#164
SergeyIvanov87
opened
6 years ago
4
Removes deprecated static_visitor to avoid msvc C4996 compiler warning
#163
maxhora
closed
7 years ago
3
add intial `variant_alternative` implementation (#161 http://en.cppre…
#162
artemp
closed
7 years ago
5
std::variant_alternative
#161
strasdat
closed
7 years ago
4
Fix the noexcept specifications for move assignment and conversion.
#160
mlogan
closed
6 years ago
7
Add changelog
#159
springmeyer
closed
7 years ago
4
Fixing clang-tidy errors/warnings
#158
springmeyer
opened
7 years ago
9
Add API.md documenting all available methods
#157
anandthakker
opened
7 years ago
1
Document .is<T>() method in README
#156
anandthakker
closed
7 years ago
0
Visual Studio debugger support
#155
BlueSolei
opened
7 years ago
0
Add move semantics to make_visitor and visitor
#154
ricardocosme
closed
7 years ago
2
Improve Boost Build support
#153
ricardocosme
closed
7 years ago
1
Bug leads to crash program when using .set<T>() and then apply_visitor()
#152
huanncbg
opened
7 years ago
1
std::is_copy_constructible::value is always true for variant<Ts...>
#151
jplatte
opened
7 years ago
0
GCC 7: dereferencing type-punned pointer will break strict-aliasing rules
#150
jplatte
closed
7 years ago
2
Compilation problems with clang on windows
#149
usernameiwantedwasalreadytaken
closed
7 years ago
2
Tests fail with gcc 7.0.1 due to new aliasing warnings
#148
tomhughes
opened
7 years ago
6
recursive_wrapper fail to compile when used with 2 classes which are base and derived
#147
BlueSolei
closed
7 years ago
1
recursive_wrapper fail to compile when used with 2 classes which are base and derived
#146
BlueSolei
closed
7 years ago
1
Wrong AccessModifierOffset
#145
narizhny
opened
7 years ago
0
Add variant_static_cast, variant_dynamic_cast
#144
narizhny
closed
7 years ago
5
Update bundled Catch and fix resulting issues
#143
tomhughes
closed
7 years ago
1
Failing Test Case: std::move-ing out of variant
#142
daniel-j-h
closed
4 years ago
11
Adds a test for polymorphic lambdas in match, resolves #140
#141
daniel-j-h
closed
7 years ago
0
Have a otherwise (else) type for match function
#140
sezaru
closed
7 years ago
5
recursive variant move construction/assignment complexity
#139
lightmare
opened
7 years ago
5
Making a sizeof(variant) match `boost` and `std` implementation
#138
artemp
closed
7 years ago
0
Trivial missing comma in README example code
#137
fxfactorial
closed
7 years ago
1
Coverage report on travis doesn't work
#136
joto
opened
7 years ago
1
Next