0954000314
After merge of #55 regenerated preprocessed headers as needed by #49 .
2015-03-06 14:51:52 +01: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
f872d1326a
The ctor should check which is seqence or not.
2015-01-11 01:15:52 +09:00
97c863eaa0
(Re)Generating preprocessed files.
2015-01-05 15:03:54 +08:00
9ab7774fd7
Replace some usage of std::forward to static_cast.
...
For more details, See inline comment of include/boost/fusion/support/config.hpp .
2014-11-26 01:35:55 +09:00
9075da0790
Mitigate too noisy name-hiding warnings (C4453) on VS2015 Preview.
...
NOTE: This commit doesn't contain new preprocessed file to review easier.
2014-11-19 13:20:36 +09:00
1b4acaa1b0
Fix unexpected lookup failure with GCC < 4.5.
2014-11-01 21:16:26 +09:00
c04e912866
gpu-enable vector assign
2014-01-23 21:48:52 -08:00
125a8b5957
Merge remote-tracking branch 'upstream/develop' into gpu-enabled-2
2014-01-23 21:30:44 -08:00
e5b0f3c2e1
gpu-enable more functions, but not stream inserters and extractors
2014-01-23 21:30:18 -08:00
4b139914b1
Fixed issue with vectorN calling the wrong vector_dataN constructor
2014-01-23 08:31:50 -06:00
c4f9f0d1b6
gpu-enable functions
2014-01-22 23:55:53 -08:00
e1dc534877
build target for preprocessing Fusion with wave
2014-01-21 14:17:09 -08:00
56d0d48eb9
added static assert when N is > size of vector
...
[SVN r84283]
2013-05-14 21:10:02 +00:00
d354c5183b
Tweaks for MSVC. MSVC version of map is not yet move enables so it is failing the move test
...
[SVN r82728]
2013-02-04 12:15:02 +00:00
228401d898
More map tests and more API features implemented + tweaks to affected components
...
[SVN r82713]
2013-02-04 06:21:45 +00:00
1823f30420
Some cleanup
...
[SVN r82636]
2013-01-27 14:41:39 +00:00
f96bbef8fa
MSVC (VC11) fixes for latest updates
...
[SVN r82634]
2013-01-27 12:15:26 +00:00
b7d02a8c55
+ Fixes ticket #7914
...
+ C++11 implementations for make_deque, deque_tie and as_deque
[SVN r82630]
2013-01-27 07:17:01 +00:00
e1819c11b2
Remove usage of deprecated macros
...
[SVN r81452]
2012-11-21 03:12:31 +00:00
a53f93ff1a
move-assign for vector
...
[SVN r80345]
2012-09-01 02:01:26 +00:00
c8b47ca3ca
Added move ctors for vector and deque (deque for gcc partially working for now)
...
no preprocessed files yet
[SVN r80331]
2012-08-31 14:33:12 +00:00
191a3d75ed
Fix for Ticket #6965 from Joel Falcou
...
[SVN r79099]
2012-06-26 10:16:35 +00:00
01f002f084
tweaked cref_result and ref_result to be non-lazy (for consistency).
...
[SVN r78058]
2012-04-18 02:57:56 +00:00
a25a7092d8
Patches from Tim Blechmann
...
[SVN r75976]
2011-12-16 00:14:49 +00:00
48e4118768
Fixes for MSVC workarounds from Freundlich: http://codepad.org/wRelwDJt
...
[SVN r75595]
2011-11-21 14:43:19 +00:00
9b16a51364
preprocessed files gen for algorithm
...
[SVN r74449]
2011-09-18 10:48:29 +00:00
3c92230f82
More preprocessed files
...
[SVN r74429]
2011-09-17 05:52:59 +00:00
473ef579b9
Added preprocessed files to speed compilation
...
[SVN r74412]
2011-09-16 06:44:55 +00:00
7365eb0a36
Added preprocessed files to speed compilation
...
[SVN r74411]
2011-09-16 06:22:19 +00:00
b23e05741c
Added preprocessed files to speed compilation
...
[SVN r74408]
2011-09-16 05:47:57 +00:00
0e7a013851
Bumped copyright date
...
[SVN r74407]
2011-09-16 05:30:23 +00:00
601415c6bb
Added preprocessed files to speed compilation
...
[SVN r74404]
2011-09-16 05:07:53 +00:00
2a8b3f9c5b
Added preprocessed files to speed compilation
...
[SVN r74403]
2011-09-16 04:50:19 +00:00
a21a748f24
Added preprocessed files to speed compilation
...
[SVN r74397]
2011-09-16 03:13:52 +00:00
5ebd31fe32
Added preprocessed files to speed compilation
...
[SVN r74393]
2011-09-16 01:35:29 +00:00
def510808d
bug fixes to segmented fusion support, more fwd headers
...
[SVN r73927]
2011-08-19 18:41:11 +00:00
6eba238b69
Fusion: removed fusion::sequence_root; Fixes #2335
...
[SVN r66411]
2010-11-06 12:21:18 +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
837d5b0604
fix #1614
...
[SVN r61488]
2010-04-22 13:15:01 +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
d978cec6b6
Fix default construction of vector
...
[SVN r56709]
2009-10-11 04:00:00 +00:00
cb0a2c3c2e
patched ticket #4512
...
[SVN r53956]
2009-06-16 02:23:44 +00:00
3ed2803482
Fix Ticket #1614 :
...
[SVN r53916]
2009-06-15 02:07:19 +00:00
63ce990a8c
fix trac issue #1608
...
[SVN r53915]
2009-06-15 01:54:01 +00:00
6447c5371e
reduce number of template instantiations
...
[SVN r53566]
2009-06-02 05:46:21 +00:00
fad40f6c9d
changed the result of as_vector to return the numbered forms (i.e vectorN)
...
[SVN r49778]
2008-11-16 01:00:37 +00:00