3044c2beaf
missing make_pair() for r-value refs ( #264 )
...
* missing make_pair() for r-value refs
hello guys!
the `make_pair()` for r-value refs is required for r-value, otherwise `non-copyable` but `movable` can be constructed.
thanks!
* fix for prev commit
conditional support for r-values was fixed
* the test case was added
* fix for prev commit
* Update Jamfile
* one more fix for Jamfile
* the forgotten r-value ctor was added
* ah, they should be conditional
2023-02-11 10:10:25 +08:00
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
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
2a50f7caad
Better patch from Kohei Takahashi! Allows good forwarding on C++11
...
while still allowing C++03.
2014-11-19 08:31:35 +08:00
63045e8611
remove unnecessary actor to tighten ADL resolution. the one above it is
...
sufficient.
2014-11-15 09:54:21 +08:00
f3fa7a1dc6
Fix for fusion pair to make the compiler select the proper copy
...
constructor and remove a viable, but wrong, constructor. test added.
2014-11-15 09:35:50 +08:00
e113b31fdd
final gpu-enabling tweaks
2014-01-28 14:32:03 -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
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
9672fe5385
map move supported + value_at_impl added
...
[SVN r82726]
2013-02-04 11:52:58 +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
9c5d6bcc8c
added pair < operator for case where key (first type) is the same.
...
[SVN r82709]
2013-02-04 04:10:29 +00:00
d5eaf8b496
Bumped copyright date
...
[SVN r74410]
2011-09-16 05:56:36 +00:00
2212f57287
Fix Ticket #5784
...
[SVN r73774]
2011-08-15 10:53:13 +00:00
7c986ebd61
Clean up MSVC build. Fixes #1619 . Fixes #3074 .
...
[SVN r62854]
2010-06-12 15:58:31 +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
13b01b0bfe
Removed file/folder
...
[SVN r40230]
2007-10-20 23:49:46 +00:00
361635c5ab
reverting to 2.0
...
[SVN r40220]
2007-10-20 22:33:52 +00:00
a77599ed49
refactoring for v2.1
...
[SVN r40208]
2007-10-20 11:01:50 +00:00
92e7e32ed8
update copyright notice
...
[SVN r37131]
2007-03-02 10:44:14 +00:00
bac5e1b5c5
adds result metafunction for make_pair and pair members
...
[SVN r35748]
2006-10-26 07:45:43 +00:00
75b9d13a88
Initial move from Spirit CVS
...
[SVN r34896]
2006-08-16 16:50:52 +00:00