[boost] Re: mpl/if.hpp failing on bcc builder 6
by Mark Finkle other posts by this author
Oct 1 2002 1:49AM messages near this date
[boost] Re: mpl/if.hpp failing on bcc builder 6
|
[boost] [test_tools] Problem with struct wrapstrstream.
BCB6 patch 2 changes compiler version to 0x561
Mark Finkle
"Aleksey Gurtovoy" <agurtovoy@[...].com> wrote in message
news:4034600A4760D411B8720001031D84FB0109648A@[...]..
> Hugo Duncan wrote:
> > Bcc builder 6 with patch 2 applied appears to have problems
> > with latest CVS version of mpl/if.
> >
> > Error E2270 c:\usr\boost\boost/mpl/if.hpp 158: > expected
> > Error E2321 c:\usr\boost\boost/mpl/if.hpp 158: Declaration
> > does not specify a tag or an identifier
> >
> > I notice that the log gives the message below, so I take it
> > someone has already seen the problem:
> >
> > revision 1.6
> > undo local Borland 5.6 changes
>
> Hhm, the following condition in "boost/mpl/aux_/config/dtp.hpp"
>
> #if defined(__MWERKS__) && __MWERKS__ <= 0x3001 > || defined(__BORLANDC__) && __BORLANDC_
_ <= 0x560
> # define BOOST_NO_DEFAULT_TEMPLATE_PARAMETERS_IN_NESTED_TEMPLATES
> #endif
>
> should take care of it. Is there a chance that "patch 2" bumps up the
> compiler version?
>
> Aleksey
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
>
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Aleksey Gurtovoy
John Maddock
Nicola Musatti
Mark Finkle
|