Commit Graph

9 Commits

Author SHA1 Message Date
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
561b762f57 avoid unused argument warning in map_impl 2014-10-09 14:17:17 +02:00
efad85a925 fixes Ticket #9455 2014-03-18 23:43:23 +08:00
c4f9f0d1b6 gpu-enable functions 2014-01-22 23:55:53 -08:00
266a7622ba Fixes #9110
[SVN r86165]
2013-10-05 18:47:44 +00:00
e83960d3e9 allow map keys to be forward declared only
[SVN r84275]
2013-05-13 23:01:05 +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
7b6cf39540 modern c++11 map implemented + various tweaks
[SVN r82708]
2013-02-04 03:49:34 +00:00