Kohei Takahashi
7739e4026d
Adjust fusion::nview for variadic templates based fusion::vector
...
since FUSION_MAX_VECTOR_SIZE won't define in c++11.
2015-06-29 12:11:06 +09:00
Kohei Takahashi
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
Eric Niebler
c4f9f0d1b6
gpu-enable functions
2014-01-22 23:55:53 -08:00
Marshall Clow
e1819c11b2
Remove usage of deprecated macros
...
[SVN r81452]
2012-11-21 03:12:31 +00:00
Joel de Guzman
bbf10066bc
C++11 patches by Michel Morin
...
[SVN r75394]
2011-11-07 22:07:05 +00:00
Hartmut Kaiser
d8a40f48a6
Fusion: applied workaround for broken VC10
...
[SVN r60263]
2010-03-07 02:19:16 +00:00
Hartmut Kaiser
f8c6e5efb6
Fusion: added missing #include's
...
[SVN r60262]
2010-03-07 02:15:59 +00:00
Hartmut Kaiser
dae19f1781
Fusion: adding overload for const parameter types
...
[SVN r59276]
2010-01-27 16:25:41 +00:00
Hartmut Kaiser
cb5b63fa93
Fusion: fixed another const correctness problem
...
[SVN r56383]
2009-09-25 17:24:55 +00:00
Hartmut Kaiser
43645b3764
Fusion: added nview and friends
...
[SVN r56376]
2009-09-25 00:20:03 +00:00