Boost logo

Boost Users :

From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2008-01-23 06:41:12


Ovanes Markarian wrote:
> Trying to compile the code (VC++ 7.1, boost 1.34.1) I faced the problem
> that some header files are missing.
>
>
> boost/utility/singleton.hpp includes:
>
> # include <boost/utility/detail/member_dereference.hpp>
>
> member_dereference.hpp includes:
> # include <boost/function_types/is_member_function_pointer.hpp>
> # include <boost/function_types/function_arity.hpp>
> # include <boost/function_types/result_type.hpp>
> # include <boost/function_types/parameter_types.hpp>
>
>
> I neather have function_types directory in singleton.zip nor in boost
> 1.34.1 distribution. Would be nice if someone could specify if some
> other additional libs are needed.

No additional libs are needed, just the svn version of Boost :-).

A backport to 1.34 can be downloaded from the vault:

     http://tinyurl.com/2nelk4

Regards,
Tobias


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net