e0f10734b1
Fix issue 11267.
...
Compiler yields compile error within a function witch used in unevaluate
context of constexpr function because of CWG 1581 [2].
1. https://llvm.org/bugs/show_bug.cgi?id=23135
2. http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1581
2015-06-08 11:53:17 +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
f872d1326a
The ctor should check which is seqence or not.
2015-01-11 01:15:52 +09: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
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
228401d898
More map tests and more API features implemented + tweaks to affected components
...
[SVN r82713]
2013-02-04 06:21:45 +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
48e4118768
Fixes for MSVC workarounds from Freundlich: http://codepad.org/wRelwDJt
...
[SVN r75595]
2011-11-21 14:43:19 +00:00
7365eb0a36
Added preprocessed files to speed compilation
...
[SVN r74411]
2011-09-16 06:22:19 +00:00
0e7a013851
Bumped copyright date
...
[SVN r74407]
2011-09-16 05:30:23 +00:00
a21a748f24
Added preprocessed files to speed compilation
...
[SVN r74397]
2011-09-16 03:13:52 +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
3ed2803482
Fix Ticket #1614 :
...
[SVN r53916]
2009-06-15 02:07:19 +00:00
d10270f755
remove superfluous include
...
[SVN r40383]
2007-10-23 23:29:08 +00:00
32f1c58ce7
branch for creating branch for fusion 2.1
...
[SVN r40237]
2007-10-21 00:52:09 +00:00
7a6e82b7cf
Removed file/folder
...
[SVN r40234]
2007-10-21 00:47:59 +00:00
fc57a566cb
creating branch for fusion 2.1
...
[SVN r40232]
2007-10-20 23:59:59 +00:00