summaryrefslogtreecommitdiff
path: root/libs/variant
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for substitution in function types.Eric Friedman2003-11-081-0/+0
* Minor change.Eric Friedman2003-11-081-0/+0
* Reflects recent implementation changes and additions.Eric Friedman2003-11-081-0/+0
* Documented recent implementation changes and additions.Eric Friedman2003-11-081-0/+0
* Documented: 1) make_variant_over; 2) variant relational operators.Eric Friedman2003-11-081-0/+0
* Updated portability table.Eric Friedman2003-11-081-0/+0
* Documented is_recursive_wrapper and unwrap_recursive_wrapper.Eric Friedman2003-11-081-0/+0
* Documented EqualityComparable and LessThanComparable requirements.Eric Friedman2003-11-081-0/+0
* Minor formatting change.Eric Friedman2003-11-081-0/+0
* Moved NO_SFINAE defect macro to config.hpp.Eric Friedman2003-11-081-0/+0
* More structured approach to disabling reference support.Eric Friedman2003-11-081-0/+0
* Added NO_REFERENCE_SUPPORT defect macro.Eric Friedman2003-11-081-0/+0
* Initial release.Eric Friedman2003-11-081-0/+0
* Fix in workaround.Eric Friedman2003-11-071-0/+0
* MSVC workaround.Eric Friedman2003-11-071-0/+0
* 1) Refactored internal_apply_visitor; 2) MSVC workaround.Eric Friedman2003-11-071-0/+0
* Updated comments.Eric Friedman2003-11-071-0/+0
* recursive_variant is now spelled make_recursive_variant.Eric Friedman2003-11-071-0/+0
* 1) variant<type-seq> is now spelled make_variant_over<type-seq>::type; 2) rec...Eric Friedman2003-11-071-0/+0
* Simplified workaround.Eric Friedman2003-11-071-0/+0
* Minor fix.Eric Friedman2003-11-071-0/+0
* Renamed boost::empty to boost::blank.Eric Friedman2003-11-051-0/+0
* Reflects boost::empty -> boost::blank change, eliminated variant<> syntax, an...Eric Friedman2003-11-051-0/+0
* Optimized index lookup for fallback type.Eric Friedman2003-11-041-0/+0
* 1) Bug fix-- proper which-index for fallback type; and 2) optimization of bac...Eric Friedman2003-11-041-0/+0
* Added missing dependency.Eric Friedman2003-10-311-0/+0
* Fixed variant< empty-seq > bug.Eric Friedman2003-10-311-0/+0
* Factored enable_recursive-style substitution into own facility.Eric Friedman2003-10-251-0/+0
* Bug fix.Eric Friedman2003-10-251-0/+0
* Extended bibliography and acknowledgments.Eric Friedman2003-10-251-0/+0
* Updated portability table.Eric Friedman2003-10-251-0/+0
* Started design overview section.Eric Friedman2003-10-241-0/+0
* Updated to reflect current state of library.Eric Friedman2003-10-241-0/+0
* Now prefers boost::empty as falback type.Eric Friedman2003-10-201-0/+0
* Factored fallback-type search into metafunction.Eric Friedman2003-10-201-0/+0
* null_storage no longer necessary.Eric Friedman2003-10-201-0/+0
* Updated link to built BoostBook docs.Eric Friedman2003-10-101-0/+0
* Now avoids heap if *any* bounded type is nothrow default-constructible.Eric Friedman2003-10-081-0/+0
* Fix for MSVC6 workaround.Eric Friedman2003-10-071-0/+0
* Compile-time optimizations.Eric Friedman2003-10-061-0/+0
* Workaround for compilers lacking member class template support.Eric Friedman2003-10-051-0/+0
* Minor fix.Eric Friedman2003-10-051-0/+0
* Eliminated double-storage in favor of heap backup.Eric Friedman2003-10-041-0/+0
* Assign works on underlying content rather than via copy-swap.Eric Friedman2003-10-041-0/+0
* Documentation overhaul.Eric Friedman2003-09-301-0/+0
* Added missing exception specifications.Eric Friedman2003-09-301-0/+0
* Typo fix.Eric Friedman2003-09-301-0/+0
* Added EDG workaround to binary apply_visitor.Eric Friedman2003-09-191-0/+0
* Extended MSVC6 workaround to MSVC7.Eric Friedman2003-09-191-0/+0
* Nothrow default constructor on T0 disables double storage.Eric Friedman2003-09-191-0/+0