
11 Jun
2008
11 Jun
'08
4:10 p.m.
AMDG Robert Ramey wrote:
I tried this on my VC 2003 with boost from the trunk and got no problem
#include <boost/function.hpp>
using boost::function;
#include <boost/archive/binary_iarchive.hpp>
int main(int argc, char * argv[])
{
function<void()> fn;
return 0;
}
Using VC 2005 sp1 it compiles with both 1.34.1 and the trunk but not 1.35.0 In Christ, Steven Watanabe