528e6d16f0
Merge pull request #69 from felgru/develop
...
fix some typos in the documentation
2015-04-29 16:37:18 +08:00
94f53a8d4c
fix a typo
2015-04-20 11:12:54 +02:00
0fcd2aa328
doc: fix typo in documentation of fused_procedure
2015-04-20 11:12:45 +02:00
639cf2459d
Merge pull request #67 from Flast/master
...
doc: Fix a typo
2015-04-01 09:15:28 +08:00
0bbea1ea32
doc: Fix a typo
2015-04-01 09:57:55 +09:00
e881ea67cb
Merge pull request #63 from Flast/develop
...
Add tests and documents
2015-03-16 08:43:34 +08:00
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
197792ac53
Conforming admonitions style to quickbook.
...
http://www.boost.org/doc/libs/1_57_0/doc/html/quickbook/syntax/block.html#quickbook.syntax.block.admonitions
2015-02-21 19:58:15 +09:00
06428298bb
Add docs for std::tuple adaptation.
2015-02-21 19:16:13 +09:00
960ccf5d2c
Fix dead links: caused by pull-request #51 .
2015-02-21 19:15:49 +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