Boost logo

Boost :

From: Drazen DOTLIC (Drazen.Dotlic_at_[hidden])
Date: 2003-07-11 12:52:02


> Yes, but leor's package has been much improved and provides things
> VC7.1 does not. See http://www.bdsoft.com/dist/gccmeta-demo.txt

I don't know if you've seen VC7.1 error reports, but they look almost
exactly like that example... Something like this:

boost\mpl\size.hpp(36) : error C2039: 'type' : is not a member of
'boost::mpl::size_traits<Tag>::algorithm<Sequence>' with
[
 
Tag=boost::mpl::aux::sequence_tag_impl<false,false>::result2_<void>::typ
e
]
and
[
    Sequence=void
]
OneOfMyHeaders.h(34) : see reference to class template instantiation
'boost::mpl::size<Sequence>' being compiled with
[
    Sequence=void
]
AnotherOneOfMyHeaders.h(53) : see reference to class template
instantiation 'Caller<Result,TypeVector>' being compiled with
[
    Result=std::wstring,
    TypeVector=void
]

This is actually artificial example, when I don't do deliberate errors,
they are much more complicated :) and compiler is VERY elaborate.

Drazen


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk