Andrey Semashev b1beb11a45 Fix warnings on gcc 4.4
Added a special version of sp_forward for an outdated version of rvalue references supported by gcc 4.4. The compiler would create a temporary and return an rvalue reference to it in the original code. This resulted in warnings about 'returning reference to temporary'.

The added version is similar to std::forward on that compiler, except it doesn't prohibit template argument deduction (which is in line with the original sp_forward).
2014-07-14 22:33:16 +04:00
2004-07-25 12:01:00 +00:00
2014-07-14 22:33:16 +04:00
2008-09-17 22:17:29 +00:00
2000-07-07 16:04:40 +00:00
2000-07-27 14:18:23 +00:00
2014-02-04 22:45:58 -08:00
2000-07-27 14:18:23 +00:00
2014-02-04 22:45:58 -08:00
2014-02-04 22:45:58 -08:00
2014-02-04 22:45:58 -08:00
2000-07-27 14:18:23 +00:00
2014-02-04 22:45:58 -08:00
2014-02-04 22:45:58 -08:00
Description
Mirrored via gitea-mirror
3.2 MiB
Languages
C++ 99.5%
CMake 0.3%