Closed antcolag closed 4 years ago
since std::forward is very useful if you have to transparently call another function, I propose this implementation from the GNU ISO C++ Library.
some othe stuff are missing
since std::forward is very useful if you have to transparently call another function, I propose this implementation from the GNU ISO C++ Library.