ddcd3cdf93
Likewise.
2015-06-17 01:40:45 +09:00
83a08934c8
Prepare to merge
2015-04-19 11:56:21 +09:00
f45c94fa43
Merge remote-tracking branch 'origin/develop' into feature/constexpr
2015-03-04 02:20:52 +09:00
2114bfca6c
More constexpr and noexcept support.
...
Note 1: Forwarding functions are specified as a C++14 constexpr since
std::forward is not a constexpr within C++11.
Note 2: Though I'm not sure why it doesn't compile, some declarations
are specified as a C++14 constexpr or non-constexpr.
Note 3: Boost.Tuple adaptation and TR1-based tuple implementations are
not constexpr.
2015-03-03 02:21:02 +09:00
6ab68a29d8
Workaround for LWG 2408: SFINAE-friendly std::iterator_traits.
...
Now available for GCC(libstdc++v3) < 4.5 and MSVC 12.0.
It means, there is no ambiguous about calling next/prior/... via ADL.
2015-02-05 23:04:36 +09:00
d7c918e36f
Fix ODR-used violations.
2015-01-11 02:15:45 +09:00
ae23ffb8b6
Fix include guard mismatch
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-28 11:45:47 +09:00
73f058b381
Fix include guard mismatch.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp >
2014-10-17 18:53:45 +09:00
fd3a18ce1a
flatten/flatten_view/ref
2014-04-04 14:38:38 +08:00
e5b0f3c2e1
gpu-enable more functions, but not stream inserters and extractors
2014-01-23 21:30:18 -08:00
c4f9f0d1b6
gpu-enable functions
2014-01-22 23:55:53 -08:00
6d265316ed
Workaround for ObjC (mis)use of nil (from Mathias Gaunard)
...
[SVN r81628]
2012-11-30 02:31:23 +00:00
e1819c11b2
Remove usage of deprecated macros
...
[SVN r81452]
2012-11-21 03:12:31 +00:00
b63c8214d7
Patches from Nathan Ridge using SFINAE to disable the Fusion algorithms for non-{Fusion sequence} types
...
[SVN r78463]
2012-05-14 00:37:21 +00:00
38cd16639d
Fixes Ticket #6372
...
[SVN r76395]
2012-01-10 02:03:43 +00:00
1c51ad943a
Fix for ticket #6338
...
[SVN r76238]
2011-12-31 05:48:27 +00:00
0a520f6021
fix problem where sizeof(int) != sizeof(long)
...
[SVN r75563]
2011-11-20 10:59:09 +00:00
bbf10066bc
C++11 patches by Michel Morin
...
[SVN r75394]
2011-11-07 22:07:05 +00:00
c2052a3c0c
Fix Ticket #6067
...
[SVN r75318]
2011-11-04 20:37:33 +00:00
0e7a013851
Bumped copyright date
...
[SVN r74407]
2011-09-16 05:30:23 +00:00
def510808d
bug fixes to segmented fusion support, more fwd headers
...
[SVN r73927]
2011-08-19 18:41:11 +00:00
9dd14c435e
make find and find_if algorithms segment-aware, stylistic consistency tweaks
...
[SVN r73892]
2011-08-18 17:12:05 +00:00
528ad04fdb
baking segmented Fusion
...
[SVN r73854]
2011-08-17 18:53:56 +00:00
2ccb8d604f
progress with integrating the segmented Fusion work
...
[SVN r73831]
2011-08-16 23:07:51 +00:00
afbda073a3
naming tweaks
...
[SVN r73771]
2011-08-15 06:53:35 +00:00
9ed1f3d606
use iterator_facade to simplify implementation of segmented_iterator
...
[SVN r73770]
2011-08-15 06:20:24 +00:00
48a0546eea
added static sanity check
...
[SVN r73684]
2011-08-12 05:11:41 +00:00
f0fa80ca1a
const-correctness tweaks
...
[SVN r73683]
2011-08-11 23:58:03 +00:00
b83a2954f5
segmented_fold_until should unpack the state's value before invoking the user's function
...
[SVN r73668]
2011-08-11 17:28:17 +00:00
d9c5b32687
new cleaner(?) implementation for segmented fusion
...
[SVN r73644]
2011-08-11 04:14:50 +00:00
f27ed26e44
make single_view random access
...
[SVN r72977]
2011-07-08 19:42:35 +00:00
b54e4b1b06
MPL bug workaround. Fixes Trac ticket: #5411
...
[SVN r70965]
2011-04-03 23:20:13 +00:00
c9a5364472
Clean up GCC warnings. Fixes #3033 .
...
[SVN r62869]
2010-06-12 17:59:10 +00:00
7c986ebd61
Clean up MSVC build. Fixes #1619 . Fixes #3074 .
...
[SVN r62854]
2010-06-12 15:58:31 +00:00
d8a40f48a6
Fusion: applied workaround for broken VC10
...
[SVN r60263]
2010-03-07 02:19:16 +00:00
f8c6e5efb6
Fusion: added missing #include's
...
[SVN r60262]
2010-03-07 02:15:59 +00:00
dae19f1781
Fusion: adding overload for const parameter types
...
[SVN r59276]
2010-01-27 16:25:41 +00:00
2587757d47
corrected reverse_view
...
[SVN r58299]
2009-12-11 21:01:22 +00:00
f1da55c1e9
avoid iterator invalidation in segmented_range, fixes #3583
...
[SVN r57622]
2009-11-13 02:52:34 +00:00
03290abb85
Fusion: silenced a couple of MSVC warnings created during Spirit test runs
...
[SVN r57502]
2009-11-09 03:57:40 +00:00
65895017bd
associative_sequence_tag -> associative_tag
...
[SVN r57337]
2009-11-03 17:35:33 +00:00
9b26b4a0f7
associative iterators & views
...
[SVN r57156]
2009-10-25 22:59:54 +00:00
35e469e2d5
fix for #2355 : discrepancy between std::accumulate and fusion::accumulate
...
[SVN r57125]
2009-10-24 10:59:01 +00:00
e26d26d511
Fusion: added size_impl for nview
...
[SVN r56610]
2009-10-05 22:30:23 +00:00
a110ea9304
Fixing mismatch of default parameter values
...
[SVN r56607]
2009-10-05 22:00:09 +00:00
959b0b0839
Fusion: fixing mismatch in default parameter to nview
...
[SVN r56604]
2009-10-05 21:36:55 +00:00
cb5b63fa93
Fusion: fixed another const correctness problem
...
[SVN r56383]
2009-09-25 17:24:55 +00:00
37f57fbf7f
Fusion: resolved const correctness issue
...
[SVN r56381]
2009-09-25 13:57:30 +00:00
43645b3764
Fusion: added nview and friends
...
[SVN r56376]
2009-09-25 00:20:03 +00:00
b16d42a31b
reduce fusion, proto and xpressive warnings under msvc /Za switch
...
[SVN r55838]
2009-08-28 16:45:21 +00:00