$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Can C++11 INVOKE be defined with C++98 compilers?
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2013-04-10 02:02:37
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?
Best,
Vicente