d03f79b6fd
Update documents and tests for #8270 from Jamboree.
...
https://svn.boost.org/trac/boost/ticket/8270
see also: b36426c8e3
2015-02-22 01:06:27 +09:00
e23d153734
Merge pull request #54 from boostorg/fusion_adapters
...
Type Deducing Fusion adapters into develop
2015-02-11 06:53:28 +08:00
fb0f22a296
Merge pull request #53 from Flast/bugfix/documentation
...
Documentation bugfix.
2015-02-09 06:35:12 +08:00
73a5dde412
Merge remote-tracking branch 'official/develop' into fusion_adapters
...
Conflicts:
test/sequence/adapt_struct.cpp
2015-02-02 07:06:52 +01:00
e4d43b00c1
Cosmetic
2015-01-22 01:02:28 +09:00
b3c560d3b6
Fix some typos.
2015-01-21 19:38:06 +09:00
3955f76511
Cosmetic
2015-01-21 17:27:14 +09:00
ce8bf1079a
Support removing the C++11 standard reference wrappers.
2015-01-15 18:58:33 +09:00
28598a7919
doc: Plural form and links.
2015-01-15 18:24:44 +09:00
0360dc44b2
Fix documentation typo of sequence concepts.
2015-01-15 17:48:17 +09:00
fbd6a8a50f
Fixing template parameter order and a function parameter type.
2015-01-15 16:13:12 +09:00
e572c382f7
Fixing a broken table notation.
2015-01-15 14:57:48 +09:00
205c0f1eb4
update overview of directory structure.
2015-01-12 23:34:13 +09:00
85ce2a3eb2
Fix link of result_of::remove_if.
2015-01-05 08:24:14 +09:00
a2269f447e
Fix requirements documentation of replace_if.
2015-01-05 08:23:21 +09:00
51d638f51c
Fix documentation of transform correctly.
2015-01-05 08:19:31 +09:00
0f34b3a692
Fixed C++11 implementation of map's result_of::deref_data to return a
...
reference as expected.
2014-11-18 23:11:20 +08:00
06cac9da1a
Fix document typo
2014-11-10 16:03:36 +09:00
465c3f273b
result_of::{copy,move,swap} are now SFINAE-friendly
2014-11-10 14:38:42 +09:00
916df63a14
Add result_of::{copy,move}, close #5886
...
Thanks to: Jamboree
2014-11-10 14:32:23 +09:00
5dc9f457a0
Merge remote-tracking branch 'origin/develop' into develop
2014-11-09 00:33:56 +09:00
a62956bb12
Fix spelling errors in documentation.
2014-11-07 18:34:18 +01:00
834250a4c8
Describe find(_if) return type clearly.
2014-11-07 13:20:43 +09:00
a87a665072
Fix description of find_if document.
2014-11-07 12:40:25 +09:00
ba0e753cff
Fix document typo, close #6090 .
2014-11-03 06:24:20 +09:00
b7f0f8856c
Tuple document's cosmetic changes
2014-11-03 06:24:20 +09:00
416cd2e2d9
Fix dead links
2014-11-03 06:24:20 +09:00
f3921fee95
Fix tuple heading, close #5324
2014-11-03 06:24:20 +09:00
f716d2f410
Merge various hotfixes into develop.
2014-11-01 22:00:45 +09:00
c6cb25846c
Fix doc typo and describe about c++11 make_map.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-28 18:34:24 +09:00
2f850604e8
Merge remote-tracking branch 'official/develop' into fusion_adapters
2014-10-27 14:00:49 +01:00
3a28c3fd81
Updates the doc of ADAPT_ADTs macros
2014-10-20 21:35:01 +02:00
c8ffc6498b
add documentation for BOOST_FUSION_ADAPT_ADT and type deduction.
2014-10-07 21:39:18 +02:00
0873af5d3c
Update according to ticket #10403 .
...
Someone more familiar with this formatting please verify my changes :)
2014-08-26 14:23:32 +02:00
fcb579f208
Documented BOOST_FUSION_ADAT_ASSOC* macros with type inference.
2014-07-27 17:19:15 +02:00
d71cf19e0f
fix documentation, introduce "See also" block
2014-07-24 17:44:37 +02:00
f7685b1194
add automatic hash function creation
2014-07-24 14:22:55 +02:00
dd0cee1721
Documented type deduction for ADAPT_STRUCT_NAMED.
2014-06-25 00:24:26 +02:00
2e60ba6f29
Fixed typos and inconsistencies in ADAPT_STRUCT documentation.
2014-06-13 23:09:39 +02:00
0000ca263b
Removing AUTO_ADAPT_STRUCT_NAMED, AUTO_ADAPT_ASSOC_STRUCT and AUTO_ADAPT_ASSOC_STRUCT_NAMED.
...
As discussed with Agustín Bergé and Joel de Guzman on https://github.com/boostorg/fusion/pull/3 ,
it's better to remove the separate macro for the type deducting macros, and
to instead support a flexible API allowing backward compatibility and type
omission.
This is what ADAPT_STRUCT and ADAPT_STRUCT_TPL now provides. All other
macros will be improved in the same way in the following commits.
2014-06-13 23:09:39 +02:00
6483cf4058
Adding documentation of the new ADAPT_STRUCT and ADAPT_STRUCT_TPL macros,
...
capable of deducing type.
2014-06-13 23:09:39 +02:00
166132789a
DOC: Document the BOOST_FUSION_AUTO* macros.
...
This documents the AUTO_ADAPT macros :
* BOOST_FUSION_AUTO_ADAPT_STRUCT
* BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED
* BOOST_FUSION_AUTO_ADAPT_ASSOC_STRUCT
* BOOST_FUSION_AUTO_ADAPT_ASSOC_STRUCT_NAMED
2014-06-13 23:04:09 +02:00
6c904779af
fixes #5208
2014-04-09 10:03:23 +08:00
fd3a18ce1a
flatten/flatten_view/ref
2014-04-04 14:38:38 +08:00
f2e7a184a0
Correct broken links to C++ standard papers. Refs #9212 .
...
[SVN r86524]
2013-10-30 12:51:24 +00:00
13d00bd6c2
minor updates to fusion docs
...
[SVN r84440]
2013-05-22 23:28:12 +00:00
f9d6e05676
Applied patches for Tickets #7738 , #7737 and #7646
...
[SVN r82348]
2013-01-04 01:43:06 +00:00
211b47b47d
clarify in fusion docs that associative sequences are not checked for key uniqueness.
...
[SVN r81891]
2012-12-13 09:41:50 +00:00
d01148d339
Fixed typo
...
[SVN r81164]
2012-11-03 23:44:36 +00:00
4382b64aa7
Updated changelog
...
removed unmaintained todo.txt
[SVN r80347]
2012-09-01 02:12:46 +00:00