9 Commits
Author SHA1 Message Date
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 e113b31fdd final gpu-enabling tweaks 2014-01-28 14:32:03 -08:00
Eric Niebler c4f9f0d1b6 gpu-enable functions 2014-01-22 23:55:53 -08:00
Steven Watanabe 7c986ebd61 Clean up MSVC build. Fixes #1619. Fixes #3074.
[SVN r62854]
2010-06-12 15:58:31 +00:00
Tobias Schwinger 50bd63adcd fixes const-correctness
[SVN r38222]
2007-07-15 16:25:11 +00:00
Tobias Schwinger f05493abf0 fixes result computation problem
[SVN r38208]
2007-07-13 18:47:02 +00:00
Tobias Schwinger 8eda5d32ca completes boost::result_of-based result type computation
[SVN r38194]
2007-07-12 09:08:46 +00:00
Dan Marsden 0fcbc5b467 result_of and polymorphic function obj compatibility
[SVN r37962]
2007-06-11 07:01:05 +00:00
Tobias Schwinger 0ea1bbb067 adds functional module
[SVN r36955]
2007-02-15 22:41:45 +00:00