Commit Graph

188 Commits

Author SHA1 Message Date
Kohei Takahashi
bd96a6bcfb
doc: Fixed filter_view parameter requirements 2018-07-07 09:24:55 +09:00
Kohei Takahashi
06a2f0560f
doc: Fixed keyword links 2018-07-07 01:56:50 +09:00
Kohei Takahashi
561890429b
doc: Moved paragraph to mpl adaptation to mpl section 2018-07-06 11:21:54 +09:00
Kohei Takahashi
30c044b03a
doc: Added note regarding IO for adapted type
[skip ci]
closes: track 6091
2018-07-05 22:15:33 +09:00
Kohei Takahashi
d5bd71c886
Update dead/moved links 2018-03-14 00:51:48 +09:00
Kohei Takahashi
c3dec40e72
Fixed links to support list.
Gmane had been closed and not back yet.
2018-03-13 23:18:03 +09:00
Rene Rivera
599b8d4aef Add, and update, documentation build targets. 2016-10-07 23:07:34 -05:00
Damien Buhl (alias daminetreg)
d1cd721969 Replace BOOST_FUSION_ADAPT_AUTO with the standard auto keyword.
While BOOST_FUSION_ADAPT_AUTO is still supported for backward compatibiltiy,
auto as been put because it has a better readability.
2016-02-13 14:15:53 +09:00
Joel de Guzman
18742c6922 Merge pull request #105 from boostorg/variadics
Merge variadics into develop.
2015-10-22 15:40:04 +08:00
Joel de Guzman
1d45a87201 Merge pull request #102 from Flast/sfinae-friendly-fold
SFINAE-friendly fusion::fold
2015-10-16 06:32:12 +08:00
Kohei Takahashi
999dad386e doc: Fix return type of algorithms, close #3358. 2015-10-06 01:24:45 +09:00
Kohei Takahashi
ef39bc8651 Update docs for variadic containers. 2015-09-21 16:19:41 +09:00
Kohei Takahashi
76b7697ba5 fusion::fold allows to take non-const lv-ref state properly. 2015-09-08 15:14:27 +09:00
Kohei Takahashi
d29dc277e6 Renaming No-bounds concept to Unbounded concept. 2015-06-25 22:42:44 +09:00
Kohei Takahashi
8aa35da4c4 Add documents for No-bounds sequences. 2015-06-23 11:36:13 +09:00
Joel de Guzman
528e6d16f0 Merge pull request #69 from felgru/develop
fix some typos in the documentation
2015-04-29 16:37:18 +08:00
Felix Gruber
94f53a8d4c fix a typo 2015-04-20 11:12:54 +02:00
Felix Gruber
0fcd2aa328 doc: fix typo in documentation of fused_procedure 2015-04-20 11:12:45 +02:00
Joel de Guzman
639cf2459d Merge pull request #67 from Flast/master
doc: Fix a typo
2015-04-01 09:15:28 +08:00
Kohei Takahashi
0bbea1ea32 doc: Fix a typo 2015-04-01 09:57:55 +09:00
Joel de Guzman
e881ea67cb Merge pull request #63 from Flast/develop
Add tests and documents
2015-03-16 08:43:34 +08:00
Jamboree
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
Kohei Takahashi
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
Kohei Takahashi
06428298bb Add docs for std::tuple adaptation. 2015-02-21 19:16:13 +09:00
Kohei Takahashi
960ccf5d2c Fix dead links: caused by pull-request #51. 2015-02-21 19:15:49 +09:00
Joel de Guzman
e23d153734 Merge pull request #54 from boostorg/fusion_adapters
Type Deducing Fusion adapters into develop
2015-02-11 06:53:28 +08:00
Joel de Guzman
fb0f22a296 Merge pull request #53 from Flast/bugfix/documentation
Documentation bugfix.
2015-02-09 06:35:12 +08:00
Damien Buhl (alias daminetreg)
73a5dde412 Merge remote-tracking branch 'official/develop' into fusion_adapters
Conflicts:
	test/sequence/adapt_struct.cpp
2015-02-02 07:06:52 +01:00
Kohei Takahashi
e4d43b00c1 Cosmetic 2015-01-22 01:02:28 +09:00
Kohei Takahashi
b3c560d3b6 Fix some typos. 2015-01-21 19:38:06 +09:00
Kohei Takahashi
3955f76511 Cosmetic 2015-01-21 17:27:14 +09:00
Kohei Takahashi
ce8bf1079a Support removing the C++11 standard reference wrappers. 2015-01-15 18:58:33 +09:00
Kohei Takahashi
28598a7919 doc: Plural form and links. 2015-01-15 18:24:44 +09:00
Kohei Takahashi
0360dc44b2 Fix documentation typo of sequence concepts. 2015-01-15 17:48:17 +09:00
Kohei Takahashi
fbd6a8a50f Fixing template parameter order and a function parameter type. 2015-01-15 16:13:12 +09:00
Kohei Takahashi
e572c382f7 Fixing a broken table notation. 2015-01-15 14:57:48 +09:00
Kohei Takahashi
205c0f1eb4 update overview of directory structure. 2015-01-12 23:34:13 +09:00
Kohei Takahashi
85ce2a3eb2 Fix link of result_of::remove_if. 2015-01-05 08:24:14 +09:00
Kohei Takahashi
a2269f447e Fix requirements documentation of replace_if. 2015-01-05 08:23:21 +09:00
Kohei Takahashi
51d638f51c Fix documentation of transform correctly. 2015-01-05 08:19:31 +09:00
Joel de Guzman
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
Kohei Takahashi
06cac9da1a Fix document typo 2014-11-10 16:03:36 +09:00
Kohei Takahashi
465c3f273b result_of::{copy,move,swap} are now SFINAE-friendly 2014-11-10 14:38:42 +09:00
Kohei Takahashi
916df63a14 Add result_of::{copy,move}, close #5886
Thanks to: Jamboree
2014-11-10 14:32:23 +09:00
Kohei Takahashi
5dc9f457a0 Merge remote-tracking branch 'origin/develop' into develop 2014-11-09 00:33:56 +09:00
Marek Kurdej
a62956bb12 Fix spelling errors in documentation. 2014-11-07 18:34:18 +01:00
Kohei Takahashi
834250a4c8 Describe find(_if) return type clearly. 2014-11-07 13:20:43 +09:00
Kohei Takahashi
a87a665072 Fix description of find_if document. 2014-11-07 12:40:25 +09:00
Kohei Takahashi
ba0e753cff Fix document typo, close #6090. 2014-11-03 06:24:20 +09:00
Kohei Takahashi
b7f0f8856c Tuple document's cosmetic changes 2014-11-03 06:24:20 +09:00