36 Commits

Author SHA1 Message Date
Rene Rivera f5f6b7b180 Adjust doc build to avoid boost-root references. 2024-07-28 11:07:54 -05:00
Steven Watanabe 9b717af1f0 Remove BOOST_TYPE_ERASURE_FUNCTION as it was poorly thought out. In particular, it makes it impossible to create a concept_map to allow member functions to be called for a built in type. Instead, BOOST_TYPE_ERASURE_MEMBER and BOOST_TYPE_ERASURE_FREE have been improved. 2018-02-19 18:59:15 -07:00
Steven Watanabe 371583c584 Add BOOST_TYPE_ERASURE_FUNCTION, as a better alternative to BOOST_TYPE_ERASURE_FREE and BOOST_TYPE_ERASURE_MEMBER. 2018-02-06 17:28:04 -07:00
Steven Watanabe 2ec3e5b805 Fix links 2018-01-30 13:59:20 -07:00
Steven Watanabe 56a10d549e Implement move assignment. Fixes #12. 2017-03-30 10:20:47 -06:00
Rene Rivera 9d1e18bd26 Add, and update, documentation build targets. 2016-10-07 23:07:37 -05:00
Steven Watanabe 89ce434cd9 Fix link to CopyConstructible
[SVN r84464]
2013-05-24 17:28:54 +00:00
Steven Watanabe a08b1dc915 Fix typos. Fixes #8271.
[SVN r83393]
2013-03-10 03:48:33 +00:00
Steven Watanabe 9efdb8f038 Add type_erasure to the global doc build.
[SVN r83384]
2013-03-09 23:40:08 +00:00
Steven Watanabe 7f01eb5747 Fix section ID.
[SVN r83379]
2013-03-09 21:54:49 +00:00
Steven Watanabe 4587a316fc New example: multifunction.
[SVN r83378]
2013-03-09 21:53:14 +00:00
Steven Watanabe 761baa573f Clarify constraints on template parameters.
[SVN r83377]
2013-03-09 21:45:57 +00:00
Steven Watanabe 83ba287926 Minor doc update
[SVN r83376]
2013-03-09 20:27:10 +00:00
Steven Watanabe f38529ba1c Doc restructuring.
[SVN r83371]
2013-03-09 19:03:08 +00:00
Steven Watanabe 422c70f618 Doc update.
[SVN r83334]
2013-03-06 20:59:57 +00:00
Steven Watanabe 686ce5bfae Rename relaxed_match -> relaxed.
[SVN r83251]
2013-03-02 19:23:44 +00:00
Steven Watanabe b59f15cd40 Add an entry to the Rationale section.
[SVN r83249]
2013-03-02 18:47:09 +00:00
Steven Watanabe 404aff4eca Snip some sections.
[SVN r83246]
2013-03-02 17:43:30 +00:00
Steven Watanabe bca1159d90 Doc update
[SVN r83237]
2013-03-02 01:03:12 +00:00
Steven Watanabe c575e8f8f7 Typo
[SVN r83087]
2013-02-22 18:10:53 +00:00
Steven Watanabe 163dd02c8e Minor edits.
[SVN r82978]
2013-02-18 18:31:36 +00:00
Steven Watanabe f9f8fcc9c9 Doc update
[SVN r81428]
2012-11-19 21:19:34 +00:00
Steven Watanabe 68500314ea Doc update
[SVN r80974]
2012-10-13 00:02:25 +00:00
Steven Watanabe 6416e80b87 Enable implicit conversion to any.
[SVN r80962]
2012-10-11 21:33:49 +00:00
Steven Watanabe e27166f593 Finish printf expample.
[SVN r80900]
2012-10-08 01:01:56 +00:00
Steven Watanabe efbc9f7fd9 MSVC doesn't like this use of default arguments. It fails to show the source of the error in user code. Move the checks back into the constructor init list.
[SVN r80881]
2012-10-05 23:36:21 +00:00
Steven Watanabe 59d539ee59 Improve error messages when the arguments do not model the correct concept.
[SVN r80880]
2012-10-05 23:14:57 +00:00
Steven Watanabe c56e4fa5a2 Try to improve documentation based on the review comments.
[SVN r80622]
2012-09-21 20:50:44 +00:00
Steven Watanabe f012f5dd53 Add example of conversion.
[SVN r79728]
2012-07-24 22:07:53 +00:00
Steven Watanabe 9c13cfed34 Add an example to the introduction.
[SVN r79690]
2012-07-23 03:18:07 +00:00
Steven Watanabe f16126c59f Clarify the reference rebinding example.
[SVN r79607]
2012-07-19 18:55:00 +00:00
Steven Watanabe 3986edc796 Doc tweaks.
[SVN r78603]
2012-05-24 20:18:21 +00:00
Steven Watanabe d2e23a8669 Try to document concepts precisely and add some discussion about how the interface evolved.
[SVN r78500]
2012-05-17 21:18:25 +00:00
Steven Watanabe 080803cf25 Finish iterator rewrite.
[SVN r78453]
2012-05-13 15:24:00 +00:00
Steven Watanabe 82a3bb5a1c Doc updates.
[SVN r78445]
2012-05-13 01:53:52 +00:00
Steven Watanabe eacd0528c3 Import type_erasure
[SVN r78429]
2012-05-12 02:37:24 +00:00