index
:
delta/boost.git
circle2
danieljames-patch-1
danieljames-patch-2
danieljames-patch-3
develop
doxygen1.8.15
feature/add-histogram
feature/add-outcome
feature/arch-and-model
feature/bcp-namespace
feature/boost-install-reqs
feature/boostcpp-py
feature/ci-changes
feature/cmake-config
feature/docutils
feature/fix-status-tools
feature/gha
feature/install-cmake-config
feature/install-cmake-config-2
feature/pkgconfig
feature/remove-travis-packages
feature/reorder-gitmodules
feature/travis-cmake
feature/travis-cmake-2
feature/travis-submodules-j3
feature/travis-xenial
grafikrobot-patch-1
master
pdimov-patch-1
pdimov-patch-2
pdimov-patch-3
pdimov-patch-4
pr-asciidoctor
pr-asciidoctor-gem-3
pr/add-quickbook-to-status
pr/bootstrap-bat-specified-toolset
pr/normalize-submodule-names
pr/remove-boostcpp-py
pr/remove-root-targets
pr/remove-unversioned-targets
pr/remove-wave-special-case
pr/rvm-2.3.3
regression/reporting
github.com: boostorg/boost.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
variant
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added support for substitution in function types.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Minor change.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Reflects recent implementation changes and additions.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Documented recent implementation changes and additions.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Documented: 1) make_variant_over; 2) variant relational operators.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Updated portability table.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Documented is_recursive_wrapper and unwrap_recursive_wrapper.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Documented EqualityComparable and LessThanComparable requirements.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Minor formatting change.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Moved NO_SFINAE defect macro to config.hpp.
Eric Friedman
2003-11-08
1
-0
/
+0
*
More structured approach to disabling reference support.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Added NO_REFERENCE_SUPPORT defect macro.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Initial release.
Eric Friedman
2003-11-08
1
-0
/
+0
*
Fix in workaround.
Eric Friedman
2003-11-07
1
-0
/
+0
*
MSVC workaround.
Eric Friedman
2003-11-07
1
-0
/
+0
*
1) Refactored internal_apply_visitor; 2) MSVC workaround.
Eric Friedman
2003-11-07
1
-0
/
+0
*
Updated comments.
Eric Friedman
2003-11-07
1
-0
/
+0
*
recursive_variant is now spelled make_recursive_variant.
Eric Friedman
2003-11-07
1
-0
/
+0
*
1) variant<type-seq> is now spelled make_variant_over<type-seq>::type; 2) rec...
Eric Friedman
2003-11-07
1
-0
/
+0
*
Simplified workaround.
Eric Friedman
2003-11-07
1
-0
/
+0
*
Minor fix.
Eric Friedman
2003-11-07
1
-0
/
+0
*
Renamed boost::empty to boost::blank.
Eric Friedman
2003-11-05
1
-0
/
+0
*
Reflects boost::empty -> boost::blank change, eliminated variant<> syntax, an...
Eric Friedman
2003-11-05
1
-0
/
+0
*
Optimized index lookup for fallback type.
Eric Friedman
2003-11-04
1
-0
/
+0
*
1) Bug fix-- proper which-index for fallback type; and 2) optimization of bac...
Eric Friedman
2003-11-04
1
-0
/
+0
*
Added missing dependency.
Eric Friedman
2003-10-31
1
-0
/
+0
*
Fixed variant< empty-seq > bug.
Eric Friedman
2003-10-31
1
-0
/
+0
*
Factored enable_recursive-style substitution into own facility.
Eric Friedman
2003-10-25
1
-0
/
+0
*
Bug fix.
Eric Friedman
2003-10-25
1
-0
/
+0
*
Extended bibliography and acknowledgments.
Eric Friedman
2003-10-25
1
-0
/
+0
*
Updated portability table.
Eric Friedman
2003-10-25
1
-0
/
+0
*
Started design overview section.
Eric Friedman
2003-10-24
1
-0
/
+0
*
Updated to reflect current state of library.
Eric Friedman
2003-10-24
1
-0
/
+0
*
Now prefers boost::empty as falback type.
Eric Friedman
2003-10-20
1
-0
/
+0
*
Factored fallback-type search into metafunction.
Eric Friedman
2003-10-20
1
-0
/
+0
*
null_storage no longer necessary.
Eric Friedman
2003-10-20
1
-0
/
+0
*
Updated link to built BoostBook docs.
Eric Friedman
2003-10-10
1
-0
/
+0
*
Now avoids heap if *any* bounded type is nothrow default-constructible.
Eric Friedman
2003-10-08
1
-0
/
+0
*
Fix for MSVC6 workaround.
Eric Friedman
2003-10-07
1
-0
/
+0
*
Compile-time optimizations.
Eric Friedman
2003-10-06
1
-0
/
+0
*
Workaround for compilers lacking member class template support.
Eric Friedman
2003-10-05
1
-0
/
+0
*
Minor fix.
Eric Friedman
2003-10-05
1
-0
/
+0
*
Eliminated double-storage in favor of heap backup.
Eric Friedman
2003-10-04
1
-0
/
+0
*
Assign works on underlying content rather than via copy-swap.
Eric Friedman
2003-10-04
1
-0
/
+0
*
Documentation overhaul.
Eric Friedman
2003-09-30
1
-0
/
+0
*
Added missing exception specifications.
Eric Friedman
2003-09-30
1
-0
/
+0
*
Typo fix.
Eric Friedman
2003-09-30
1
-0
/
+0
*
Added EDG workaround to binary apply_visitor.
Eric Friedman
2003-09-19
1
-0
/
+0
*
Extended MSVC6 workaround to MSVC7.
Eric Friedman
2003-09-19
1
-0
/
+0
*
Nothrow default constructor on T0 disables double storage.
Eric Friedman
2003-09-19
1
-0
/
+0
[prev]
[next]