From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-06-11 12:10:37


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