Search code examples
Transitioning Boost Spirit parser from boost::variant to std::variant...


c++boostboost-spiritboost-variantstd-variant

Read More
C++ boost::spirit::karma rule for variants...


c++boostboost-spiritboost-variantboost-spirit-karma

Read More
boost::variant as friend class...


c++boostc++98boost-variant

Read More
Does std::variant provide functionality similar to boost::variant<>::types?...


c++c++17boost-variantboost-mplstd-variant

Read More
`constructor required before non-static data member` - Am I hitting c++ core issue 1360 with a `boos...


c++c++17inner-classesboost-variant

Read More
How to check if a template type is one of the types of a variant type?...


c++boosttype-traitsc++98boost-variant

Read More
Variant visitor with different return types...


c++variantboost-variant

Read More
boost::static_visitor with multiple arguments...


c++boostboost-variant

Read More
Should this code fail to compile in C++17?...


c++clangc++17boost-variant

Read More
Is there boost::visit like std::visit, for boost::variant?...


c++boostc++14boost-variantstd-variant

Read More
Boost::Variant "Error: no match for call to [...]" on visitor operator overload...


c++boostboost-variant

Read More
How to achieve dynamic polymorphism (run-time call dispatch) on unrelated types?...


c++c++11runtimepolymorphismboost-variant

Read More
What are the advantages of using std::variant as opposed to traditional polymorphic processing?...


c++variantboost-variant

Read More
apply_visitor does not change object...


c++c++11boost-variantapply-visitorstatic-visitor

Read More
C++ Templates access a function with different types...


c++c++11boostboost-variantboost-any

Read More
boost::variant implicit cast to string...


c++implicit-conversionboost-variant

Read More
Why does Boost Variant use the template constructor instead of the move constructor for boost::beast...


c++boostboost-variantboost-beast

Read More
Adding debugging facilities to boost variant visitor...


c++crtpboost-variantvisitor-pattern

Read More
Function to compare contents of variant fails to compile...


c++templatesboost-variantequality-operator

Read More
How to modify boost::apply_visitor to return a value?...


c++boost-variantapply-visitor

Read More
Can one do type erasure with boost variant, if all options fulfill an interface?...


c++boost-variant

Read More
How to implement a boost::variant derived-class?...


c++gccboostderived-classboost-variant

Read More
Calling methods common to types in a boost::variant...


c++generic-programmingvisitor-patternboost-variant

Read More
Recursive pair via boost.Variant broken since boost 1.62...


c++boostboost-variant

Read More
multi_index_container doesn't work with recursive variant because of ambiguous operator=...


c++boostboost-variantboost-multi-index

Read More
Compiler Warning 4456 using VS 2015...


c++visual-studio-2015compiler-warningsboost-variant

Read More
Is it possible to use boost::any or boost::variant with a boost::pool?...


c++boostboost-variantboost-any

Read More
Compilation error by switching to higher Boost Version 1.6.1...


c++boostboost-spiritboost-variantboost-proto

Read More
Determining largest sizeof() in boost variant...


c++templatesc++11boost-mplboost-variant

Read More
How to convert a Boost::make_recursive_variant Object into a string?...


javac++stringboostboost-variant

Read More
BackNext