|
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 |
|
|
0873af5d3c
|
Update according to ticket #10403.
Someone more familiar with this formatting please verify my changes :)
|
2014-08-26 14:23:32 +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 |
|
|
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 |
|
|
70589c53c6
|
BOOST_FUSION_DEFINE_STRUCT_INLINE patch by Nathan Ridge
[SVN r78509]
|
2012-05-19 01:24:55 +00:00 |
|
|
51ade6529c
|
typo fix by Mario Lang
[SVN r78464]
|
2012-05-14 00:41:42 +00:00 |
|
|
66e8a6d3b7
|
Doc updates for deque
[SVN r78199]
|
2012-04-26 00:03:42 +00:00 |
|
|
b7eda8d0f4
|
Doc updates for deque
[SVN r77984]
|
2012-04-15 09:47:19 +00:00 |
|
|
a3c2258017
|
Added deque docs
[SVN r77879]
|
2012-04-10 02:30:18 +00:00 |
|
|
df0fbd1d9d
|
typo fix
[SVN r77114]
|
2012-02-25 01:09:58 +00:00 |
|
|
fd82b51cec
|
Wrong version. Should be 2.2 + fixed copyright notices and dates
[SVN r74886]
|
2011-10-10 10:37:53 +00:00 |
|
|
24bca52c5e
|
Wrong version. Should be 2.2.
[SVN r74885]
|
2011-10-10 10:08:44 +00:00 |
|
|
459a1dba3d
|
Bumped copyright date and version to 2.1 (it's about time!).
[SVN r74883]
|
2011-10-10 10:05:49 +00:00 |
|
|
10274e7884
|
Made map random access. Thanks to Brandon Kohn!
[SVN r74882]
|
2011-10-10 09:55:52 +00:00 |
|
|
0ba9acbfa4
|
Replace fusion documentation with redirect.
[SVN r74332]
|
2011-09-10 07:42:13 +00:00 |
|
|
adc8be256f
|
fixed wording to make it clear that I/O operators are only available for sequences in fusion's namespace
[SVN r73247]
|
2011-07-19 23:29:06 +00:00 |
|
|
f27ed26e44
|
make single_view random access
[SVN r72977]
|
2011-07-08 19:42:35 +00:00 |
|
|
0a54764a6a
|
Added docs for copy
[SVN r72930]
|
2011-07-06 18:29:02 +00:00 |
|
|
f4f93005ad
|
Added docs for copy
[SVN r72929]
|
2011-07-06 18:16:56 +00:00 |
|
|
ed4206ee1b
|
Fixes Ticket #5426
[SVN r71026]
|
2011-04-06 04:55:57 +00:00 |
|
|
407657d56c
|
Updateded: fixed 'requirement' errors
[SVN r70297]
|
2011-03-21 04:08:44 +00:00 |
|
|
e8539e1165
|
Fusion: typo fix, fixes #4877
[SVN r67337]
|
2010-12-19 15:11:12 +00:00 |
|
|
8abe272391
|
Fusion: fixed minor doc typos
[SVN r65894]
|
2010-10-10 20:23:28 +00:00 |
|
|
088b8a0201
|
Fusion: ADAPT_xxxADTxxx; documentation&new testcase
[SVN r65816]
|
2010-10-07 20:38:54 +00:00 |
|
|
b8784f6bbc
|
Fusion: fixed yet another typo
[SVN r65758]
|
2010-10-04 21:34:44 +00:00 |
|
|
569e23c71c
|
Fusion: BOOST_FUSION_ADAPT_ADT documentation (2)
[SVN r65757]
|
2010-10-04 21:16:42 +00:00 |
|
|
b761e0e0c0
|
Fusion: BOOST_FUSION_ADAPT_ADT documentation
[SVN r65756]
|
2010-10-04 20:50:31 +00:00 |
|
|
e5dd49bc15
|
Fusion: documentation fixes
[SVN r65060]
|
2010-08-27 20:36:00 +00:00 |
|
|
237165e1e9
|
added the new folds to the changelist
[SVN r63752]
|
2010-07-08 17:25:24 +00:00 |
|
|
05edb33019
|
Rebuild fusion docs - with missing file this time.
[SVN r63731]
|
2010-07-08 07:10:41 +00:00 |
|
|
880f7ed33e
|
Rebuild fusion documentation.
[SVN r63626]
|
2010-07-04 19:20:50 +00:00 |
|
|
a1af4051cd
|
added missing doc files
[SVN r63561]
|
2010-07-03 20:28:03 +00:00 |
|