12 Apr
2013
12 Apr
'13
5:53 a.m.
Le 12/04/13 07:41, Vicente J. Botet Escriba a écrit :
Le 12/04/13 06:07, Jeffrey Lee Hellrung, Jr. a écrit :
On Tue, Apr 9, 2013 at 11:02 PM, Vicente J. Botet Escriba < vicente.botet@wanadoo.fr> wrote:
Hi,
I would like to implement C++11 INVOKE on C++98 compilers.
I have a C++11 implementation on boost/thread/detail/invoke.hpp based on the one of libc++.
Could this be done or there is something that can not be done inherently?
Can you briefly describe what INVOKE does (or...should do)?
Hi,
from the standard http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3485.pdf
You could also be interested in this thread if you have access [c++std-lib-33032] Re: std::result_of and ill-formed call expressions Vicente