$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-header.inc")
?>
- Next message: Joe Gottman: "[boost] [Bug] Interaction between date_time and filesystem libraries"
- Previous message: Arkadiy Vertleyb: "Re: [boost] boost::typeof, MSVC7.1 & 8.0, and precompiled headers"
- In reply to: Arkadiy Vertleyb: "Re: [boost] boost::typeof, MSVC7.1 & 8.0, and precompiled headers"
- Next in thread: Bertrand Augereau: "Re: [boost] boost::typeof, MSVC7.1 & 8.0, and precompiled headers"
- Reply: Bertrand Augereau: "Re: [boost] boost::typeof, MSVC7.1 & 8.0, and precompiled headers"
- Reply: Bertrand Augereau: "Re: [boost] boost::typeof, MSVC7.1 & 8.0, and precompiled headers"
"Arkadiy Vertleyb" <vertleyb_at_[hidden]> wrote
> "Bertrand Augereau" <bertrand_at_[hidden]> wrote
>
> > I just wanted to let you know that boost::typeof doesn't work (in today
> > CVS) when included in a precompiled header with recent MSVC, because of
> > a (seemingly common in other boost libs) anonymous-namespace error.
> > I'm waiting for boost::typeof to work like a charm in MSVC8 so that I
> > can ditch the evil-hack MSVC7 typeof implementation and migrate to MSVC8
> :)
>
> I guess the problem happens when you put typeof.hpp in the precompiled
> header, and then trying to register additional types outside this
> precompiled header...
Hmmm....
It looks like it may be possible to workaround the precompiled heades
problem by using "unnamed::boost::typeof" instead of
"boost::typeof::unnamed" (vc7.1 at least seems to handle this much better).
We would have to violate the Boost namespace naming convention though :(
Regards,
Arkadiy
- Next message: Joe Gottman: "[boost] [Bug] Interaction between date_time and filesystem libraries"
- Previous message: Arkadiy Vertleyb: "Re: [boost] boost::typeof, MSVC7.1 & 8.0, and precompiled headers"
- In reply to: Arkadiy Vertleyb: "Re: [boost] boost::typeof, MSVC7.1 & 8.0, and precompiled headers"
- Next in thread: Bertrand Augereau: "Re: [boost] boost::typeof, MSVC7.1 & 8.0, and precompiled headers"
- Reply: Bertrand Augereau: "Re: [boost] boost::typeof, MSVC7.1 & 8.0, and precompiled headers"
- Reply: Bertrand Augereau: "Re: [boost] boost::typeof, MSVC7.1 & 8.0, and precompiled headers"
$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-footer.inc");
?>