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
Target llvm 3.9.1 instead of 3.9.0
#135
springmeyer
closed
7 years ago
0
remove useless and/or dubious compiler flags
#134
lightmare
closed
7 years ago
1
Starts building with -Werror
#133
springmeyer
closed
7 years ago
0
avoid expensive instantiation of tuple constructor in noexcept
#132
lightmare
closed
7 years ago
1
Hashable should take type index into account
#131
daniel-j-h
opened
8 years ago
4
Promotes Variant to mapbox:: Namespace — Closes #104
#130
daniel-j-h
opened
8 years ago
0
Adds Documentation for Readme, resolves #98
#129
daniel-j-h
closed
8 years ago
0
Pattern Matching for Sum Types via `.match` Member Function
#128
daniel-j-h
closed
8 years ago
0
Checks Concepts - Error Messages
#127
daniel-j-h
opened
8 years ago
0
Makes variant<Ts...> hashable iff Ts... are hashable, closes #125
#126
daniel-j-h
closed
8 years ago
3
Hash Function
#125
flippmoke
closed
8 years ago
1
Provides Convenient Lambda Overload Visitor Interface, resolves #113.
#124
daniel-j-h
closed
8 years ago
6
Next release planning
#123
springmeyer
closed
8 years ago
5
Invalid copy constructor selected in some cases
#122
ukreator
closed
8 years ago
4
Clang 3.9.0 segfaults with variant/using-declaration
#121
springmeyer
closed
8 years ago
1
expose `using types = std::tuple<Types...>;`
#120
artemp
closed
8 years ago
0
Useful traits and Boost.Spirit Qi/Karma support headers for mapbox::variant.
#119
daminetreg
opened
8 years ago
7
non-static variant::visit
#118
lightmare
opened
8 years ago
6
Issues with moving nested variants
#117
artemp
closed
7 years ago
1
use C++17 disjunction for no-references and one-convertible tests
#116
lightmare
closed
8 years ago
2
mapbox::variant is really fast
#115
cbeck88
closed
7 years ago
6
Strict conversions
#114
artemp
closed
8 years ago
0
Provide Convenient Lambda Overload Set
#113
daniel-j-h
closed
8 years ago
18
Unexpected behavior when initializing with const references
#112
jfirebaugh
closed
8 years ago
1
Add static constexpr which<T>() to obtain type ids
#111
kkaefer
closed
8 years ago
0
Add get_unchecked<type>()
#110
kkaefer
closed
8 years ago
9
Fix building with GCC (g++-5.2.0) on OS X (Darwin) (ref #108)
#109
artemp
closed
8 years ago
0
Using GCC/G++ on Darwin
#108
artemp
closed
8 years ago
3
Install boost with mason; eliminate boost::timer dependency
#107
jfirebaugh
closed
8 years ago
1
Drop xcode 6 from CI
#106
jfirebaugh
closed
8 years ago
1
Replace boost::timer with std::chrono::high_resolution_clock
#105
jfirebaugh
closed
8 years ago
0
Promote to mapbox namespace (remove "util")
#104
jfirebaugh
opened
8 years ago
0
Disallow implicit conversions in constructor and assignment
#103
jfirebaugh
closed
8 years ago
3
is<T> fails for recursive_wrapper
#102
jfirebaugh
closed
8 years ago
1
Move headers into include/mapbox folder
#101
springmeyer
closed
8 years ago
1
constructor should not do conversions
#100
jfirebaugh
closed
8 years ago
8
Place variant.hpp and friends in `include/mapbox` folder
#99
springmeyer
closed
8 years ago
0
Documentation
#98
jfirebaugh
closed
8 years ago
2
warning: comparing floating point is unsafe
#97
springmeyer
closed
8 years ago
3
Warning: extra semicolons
#96
springmeyer
closed
8 years ago
1
warning: 'bad_variant_access'
#95
springmeyer
closed
8 years ago
5
Remove redundant copy-assignment
#94
dippi
closed
8 years ago
2
call visitor with no argument if variant is uninitialized
#93
lightmare
opened
8 years ago
5
Remove noexcept from destructor of recursive_wrapper - refs #86
#92
springmeyer
closed
8 years ago
1
add noexcept on assignment operators, and a test check those
#91
lightmare
opened
8 years ago
2
revert MSVC non-work-around for std::is_nothrow_destructible
#90
lightmare
closed
8 years ago
2
Base recursive_wrapper implementation on std::unique_ptr
#89
tomilov
opened
8 years ago
17
Noexcept on operator=() is wrong
#88
joto
opened
8 years ago
3
disable noexcept on destructor for MSVC
#87
lightmare
closed
8 years ago
7
`noexcept` on destructor causing MSVC ICE
#86
lightmare
closed
8 years ago
16
Previous
Next