Boost logo

Boost Users :

From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2006-01-09 08:19:33


Peter Dimov ha escrito:

> Allen Zhao wrote:
> > Hi, All,
> >
> > As I am working to get libtorrent working on Win32 with MSVC 7.0, I
> > notice that BOOST_NO_MEMBER_TEMPLATES is defined by default. As a
> > consquence, some of the functions in multi_index_container.cpp is not
> > defined.
> >
> > For example,
> >
> > #if !defined(BOOST_NO_MEMBER_TEMPLATES)
>
> You can try changing this to
>
> #if defined( BOOST_MSVC_MEMBER_TEMPLATES )
>
> This macro is automatically defined on compilers that support member
> templates and MSVC 6.0/7.0.
>

No, no :) The guarded code really does not compile in MSVC 6.0/7.0,
it's no overlook from my part.

Best,

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


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