Boost logo

Boost :

From: Fernando Cacciola (fcacciola_at_[hidden])
Date: 2001-12-13 09:23:04


----- Original Message -----
From: rogeeff <rogeeff_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Thursday, December 13, 2001 2:46 AM
Subject: [boost] Re: Formal review: New Boost.Test Library

> Hi, all
>
> I have a question to BCC experts:
>
> BCC seems to have a problem compiling following example:
>
> #include <boost/smart_ptr.hpp>
>
> class A {
> public:
> ~A();
> private:
> struct Impl;
> boost::scoped_ptr<Impl> m_pimpl;
> };
>
> void foo()
> {
> boost::scoped_ptr<A> a;
> }
>
>
What problem exactly?
Giving a definition of A::Impl (which is missing from the example), it works
fine with BCB5.5.1

Fernando Cacciola
Sierra s.r.l.
fcacciola_at_[hidden]
www.gosierra.com


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